List boards
GET /boards
Boards the token can read: the workspace's own, boards shared with the person, and boards in spaces shared with them. Inside a space the default order is the dashboard's manual order; otherwise most recently updated first. deleted=true lists the workspace's own trash.
Authorization
AuthorizationstringheaderrequiredBearer <key>. The key needs boards:read scope. Create and manage keys in the developer console; what each scope unlocks is on the scopes page.
Query parameters
spaceIdstringqueryA space id, or default for boards in no space.
qstringqueryMatch against the title.
deletedbooleanqueryDefaults to false.
sortenum<string>queryOne of position, updatedAt, createdAt or title.
orderenum<string>queryOne of asc or desc.
cursorstringqueryOpaque cursor from a previous response's nextCursor.
limitintegerqueryDefaults to 50.
Response
nextCursorstring | nullhasMorebooleandataBoard[]Child attributes
idstringtitlestringspaceIdstring | nullThe design space, or null for the default space.
urlstringOpens the board in the editor.
publicUrlstring | nullThe public viewer link, when the public link is on.
roleenum<string>The product's roles. Owner is the workspace that holds the board or space and cannot be granted or transferred. Admin can rename and share, editor can edit, reviewer can view, export and add comment items. There is no viewer role and no pending state. One of owner, admin, editor or reviewer.
lockedbooleanLocked boards are read only for everyone.
positioninteger | nullManual order inside the space, lowest first.
createdBystringcreatedAtstringupdatedAtstringdeletedAtstring | nullSet while the board is in the trash.
Errors
rate_limitedToo many requests.