Skip to main content
GET
List tasks

Authorizations

Authorization
string
header
required

API key or session token (Bearer)

Path Parameters

projectId
string
required

Query Parameters

status
string
priority
string
assigneeId
string
page
string
Pattern: ^\d+$
limit
string
Pattern: ^\d+$
sortBy
enum<string>
Available options:
createdAt,
priority,
dueDate,
position,
title,
number
sortOrder
enum<string>
Available options:
asc,
desc
dueBefore
string
dueAfter
string

Response

The project board

data
object
required
pagination
object
required

When no page/limit is given, everything is returned on a single page.