List workflow components
Workflow API
List workflow components
Retrieves all workflow components in the workspace associated with your API key.
Returns a summary view (id, name, audit fields). To get the full component definition including component_data, call GET /workflow-components/{component_id}.
GET
List workflow components
Authorizations
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
Headers
CloudCruise API key for authentication
Response
Successful operation
Unique identifier for the component
Display name of the component (max 100 chars)
Timestamp when the component was created
Timestamp when the component or any of its versions was last updated
ID of the user who created the component

