Path Parameters
Task ID
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"
}
}
Task ID