API Docs / Operations / Client Pipelines / Get Client Pipeline Stage Counts

Get Client Pipeline Stage Counts

GET /tenants/{tenant}/clientpipelines/stage-counts

Returns per-stage card counts for a pipeline's kanban board, including each stage's display settings (icon, colour, sort order). One row per stage, including empty stages, in board display order. Designed for dashboard widgets — a single lightweight query instead of loading board columns.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

pipelineCode query string

Responses

200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key

Try it