Skip to main content
GET
List tasks assigned to you.

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 (e.g. "todo", "in_progress", "done").

Available options:
triage,
backlog,
todo,
in_progress,
blocked,
in_review,
done,
cancelled
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