List tasks
GET/v1/projects/:project_id/tasks
The board query. Filter by board_id for one board, add state for one column, or use status / assignee across boards.
Request
Responses
- 200
- 400
- 401
- 404
- 502
A page of cards.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.