> ## Documentation Index
> Fetch the complete documentation index at: https://visaflo.ca/knowledge-base/llms.txt
> Use this file to discover all available pages before exploring further.

# Get autofill status

> Check progress after starting VisaFlo form generation.

`GET https://api.visaflo.app/api/public/case/:caseId/autofill-status`

```bash theme={null}
curl "https://api.visaflo.app/api/public/case/VFLO_CASE_ID/autofill-status" \
  -H "X-API-Key: YOUR_API_KEY"
```

Use this only after [Generate forms](/knowledge-base/developers/endpoints/generate-forms). Poll from server-side code with a growing delay; do not repeatedly poll from the browser.
