API ReferenceKanban
List kanban columns
List kanban columns for the caller's company (or one project).
Requires a valid bearer token and an active company (403 otherwise). When
project_id is given, access to that project is verified (403 if it
belongs to another company); without it, columns are scoped to the caller's
company via a projects join.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Query Parameters
project_id?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/kanban/columns"nullEmpty
Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}