Statuses
Statuses
Reference for listing, creating, retrieving, updating, deleting, and reordering statuses.
Statuses endpoints let you manage workflow status records and their ordering through the Blueputto Public API.
Base Path
/v1/statusesStatus payloads are intentionally open-ended in the public OpenAPI schema. This section documents the route and response contract without assuming the exact fields in your workspace.
Endpoints
GET /v1/statuses
List statuses with pagination.
POST /v1/statuses
Create a status from a JSON request body.
GET /v1/statuses/{statusId}
Fetch a single status by UUID.
PATCH /v1/statuses/{statusId}
Partially update an existing status.
DELETE /v1/statuses/{statusId}
Delete a status.
POST /v1/statuses/reorder
Persist a new status order.