> ## 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 a task

> Read one VisaFlo task by ID.

`GET https://api.visaflo.app/api/public/task/:taskId`

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

Returns `200` with task details. `404` means the ID does not exist; `403` means it is not part of the API key's workspace.
