Skip to main content
GET
Get all boards

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

Query Parameters

project_id
string
required

Project ID is a numerical string that identifies a Project. This is externally referred to as a "Space".

bookmarked
boolean

Flag whether to fetch only bookmarked boards

archived
enum<boolean>

Flag whether to fetch archived boards only

Available options:
true,
false

Response

array of boards

cursor
string
required
Example:

"dmsjqh9d8w1hdjosjaasda"

count
integer
required
Example:

14

board_order
object | null

string array representing an order of IDs

boards
object[]