Kordiam API
integer · int32 · min: 0string · maxLength: 2048 · pattern: integer · int32 · min: 1 · max: 100booleanbooleanstringinteger · int32
Task Statuses
Read task status reference data.
List task statuses
GET
https://api.kordiam.app
/api/v2/task-statuses
Bearer (JWT)
query Parameters
page0-based page number for offset pagination. Mutually exclusive with cursor.
cursor^[A-Za-z0-9._~\-]*$Opaque cursor for keyset pagination. Mutually exclusive with page. Clients must not parse or construct it; pass the nextCursor value back unchanged. Current tokens use the shared v1.BASE64... format.
sizeRequested page size. Defaults to 20 and must not exceed 100.
activeFilter by active state.
List task statuses › Responses
OK
Items returned in this response.
hasMoreWhether more results are available.
nextCursorCursor for the next page of results.
Page-based pagination metadata.
sizeRequested page size.