DorkOS
ApiSessionsIdTasks

Get task state from session transcript

GET
/api/sessions/{id}/tasks

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/api/sessions/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks"
{  "tasks": [    {      "id": "string",      "subject": "string",      "description": "string",      "activeForm": "string",      "status": "pending",      "blockedBy": [        "string"      ],      "blocks": [        "string"      ],      "owner": "string"    }  ]}
{  "error": "string",  "details": null}