Skip to main content
GET
/
workflow-components
List workflow components
curl --request GET \
  --url https://api.cloudcruise.com/workflow-components \
  --header 'cc-key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.cloudcruise.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

cc-key
string
header
required

API key-based authentication. Provide your CloudCruise API key in the cc-key header.

Headers

cc-key
string

CloudCruise API key for authentication

Response

Successful operation

id
string<uuid>
required

Unique identifier for the component

name
string
required

Display name of the component (max 100 chars)

created_at
string<date-time>
required

Timestamp when the component was created

updated_at
string<date-time>
required

Timestamp when the component or any of its versions was last updated

created_by
string<uuid>

ID of the user who created the component