DorkOSDorkOS
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 "http://localhost:6942/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
}