Skip to main content
GET
/
workflow-components
/
{component_id}
/
usage
Get component usage
curl --request GET \
  --url https://api.cloudcruise.com/workflow-components/{component_id}/usage \
  --header 'cc-key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>"
  }
]

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

Path Parameters

component_id
string<uuid>
required

The ID of the workflow component

Response

Successful operation. Returns an array (possibly empty) of workflow summaries.

id
string<uuid>
required

ID of the workflow

name
string
required

Display name of the workflow