Skip to main content
GET
/
api
/
task
/
v1
/
context
/
{context_id}
/
task
List tasks by context
curl --request GET \
  --url https://api.example.com/api/task/v1/context/{context_id}/task
{
  "items": [
    {
      "context_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "2023-11-07T05:31:56Z",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "metadata": {},
      "status": "submitted",
      "status_timestamp": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "status_message_id": "<unknown>"
    }
  ],
  "next_page_token": "<string>"
}

Path Parameters

context_id
string<uuid>
required

Context ID

Query Parameters

page_size
integer<int64>
required
next_page_token
string

Response

List tasks

items
object[]
required
next_page_token
string