Tasks
Get AI task by ID or name
get/api/v2/tasks/{user}/{task}
Path parameters
userstring required
Username, user ID, or 'me' for the authenticated user
taskstring required
Task ID, or task name
Response
OK
Example response
{
"workspace_agent_health": {
"reason": "agent has lost connection"
}
}