List workflow components
List the building blocks used to assemble workflows: the catalog of available components, a specific set of components fetched by id, or the capabilities offered by the workflows hub.
Example: “List the workflow building blocks I can add to a workflow”
Usage: pick what you want with view: components for the catalog (with an optional text search), batch to fetch specific components by their capability ids, or hub_capabilities for the workflows-hub capabilities (optionally narrowed to one skill or one capability id). The lists come back in pages of up to 100 (50 by default); ask for the next page by its number.
Response: the matching components or hub capabilities, each with its id, name, and description.
Headers
Project ID for tenant scoping
Overrides the key's workspace
User API key
Body
'components' catalog, 'batch' by ids, or 'hub_capabilities'
components, batch, hub_capabilities Free-text search (components view)
Capability ids to fetch (required for view='batch')
Hub skill id filter (hub_capabilities view) - pass this directly when the skill is already named; no need to list unfiltered first.
Hub capability id filter (hub_capabilities view) - pass this directly when the capability id is already known; no need to list unfiltered first.
1-based page
x >= 1Page size
1 <= x <= 100Response
Successful Response