curl --request GET \
--url https://api.vida.dev/api/v2/tasks/{taskId}{
"success": true,
"task": {
"id": "task1",
"type": "call",
"state": "pending"
}
}Retrieve details for a single task by ID.
curl --request GET \
--url https://api.vida.dev/api/v2/tasks/{taskId}{
"success": true,
"task": {
"id": "task1",
"type": "call",
"state": "pending"
}
}Documentation Index
Fetch the complete documentation index at: https://vida.io/docs/llms.txt
Use this file to discover all available pages before exploring further.