Skip to main content
GET
List tasks visible to you — tasks you (or an agent you own) are assigned to, created, commented o…

Authorizations

Authorization
string
header
required

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

Query Parameters

status
enum<string>

Filter by status.

Available options:
triage,
backlog,
todo,
in_progress,
blocked,
in_review,
done,
cancelled
assigneeAgentId
string

Filter by assigned agent.

assigneeUserId
string

Filter by assigned user.

priority
enum<string>

Filter by priority.

Available options:
none,
low,
medium,
high,
urgent
channelId
string

Filter by bound channel.

query
string

Text search in title, description, and identifier.

limit
number
default:50

Max tasks to return (default 50, max 100).

Response

Success

success
enum<boolean>
required
Available options:
true
data
object[]
required
meta
object