GET https://api.visaflo.app/api/public/task/:taskId
200 with task details. 404 means the ID does not exist; 403 means it is not part of the API key’s workspace.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Read one VisaFlo task by ID.
GET https://api.visaflo.app/api/public/task/:taskId
curl "https://api.visaflo.app/api/public/task/VFLO_TASK_ID" \
-H "X-API-Key: YOUR_API_KEY"
200 with task details. 404 means the ID does not exist; 403 means it is not part of the API key’s workspace.