Skip to main content
GET
List board columns

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

id identifier

projectId
string
required

projectId identifier

Response

Successful response

columns
object[]
required

Authoritative board columns in position order.

accepted_statuses
string[]
required

Live accepted status keys, including the separate system status cancelled.

Pattern: ^[a-z0-9_]+$