Skip to main content
GET
Get workflow component

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

Full workflow component including its latest version's component_data. Returned by GET /workflow-components/{component_id} and the create endpoint.

id
string<uuid>
required

Unique identifier for the component

workspace_id
string<uuid>
required

ID of the workspace this component belongs to

name
string
required

Display name of the component

created_at
string<date-time>
required
updated_at
string<date-time>
required
component_data
object
required

Structural payload for a workflow component — the nodes, edges, and vault schema that compose it. Mirrors the shape used by the workflow visualizer.

version_number
integer
required

The latest version number of this component

Required range: x >= 1
created_by
string<uuid>

ID of the user who created the component

version_note
string | null

Optional note describing the latest version's changes