67d9f45bb99b
List registered workflow types (read-only catalog).
Returns metadata for each workflow type in the in-code registry for this company context. GET only — no create, update, or delete. Optional prefix filters entries whose type_id or workflow class FQN starts with any given prefix (repeat param or comma-separated). Without page, optional limit caps how many rows are returned (max 500). With page, the list is paginated using the same page / limit contract as other Cube list endpoints (CubePageNumberPagination): limit is the page size (default 100, max 500) and metadata.pagination is included.
Query parameters
Without page: optional cap on how many entries to return from the start of the filtered list (max 500). With page: page size (defaults to 100 when omitted, max 500); invalid values return 400.
When present, enables pagination (same contract as other Cube list endpoints). Out-of-range pages fall back to page 1. Response includes metadata.pagination.
Filter to entries whose type_id or workflow class FQN starts with this prefix. Repeat the parameter or use comma-separated values (OR logic).
Headers
Set the version of API the request is for
Associates request with company