Get a board
GET/v1/projects/:project_id/boards/:board_id
The board's current definition — the source of truth for which columns exist and which moves are legal from each, so a UI renders its columns and its buttons from this response.
Request
Responses
- 200
- 401
- 404
- 502
Board details.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.