Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

agent_id
string

Optional agent ID filter

status
enum<string>

Optional status filter

Available options:
backlog,
todo,
in_progress,
review,
done,
cancelled

Response

200 - application/json

Task list

id
string<uuid>
agent_id
string
title
string
description
string
status
enum<string>
Available options:
backlog,
todo,
in_progress,
review,
done,
cancelled
priority
integer
Required range: 1 <= x <= 4
sort_order
integer
tags
string[]
created_by
string
created_at
string<date-time>
updated_at
string<date-time>