Skip to main content
GET
Get debug snapshots

Authorizations

cc-key
string
header
required

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

Path Parameters

session_id
string<uuid>
required

Unique identifier for the workflow execution session

node_id
string<uuid>
required

Unique identifier for the workflow node

Response

Debug snapshots successfully retrieved

Debug snapshot data for a specific node in a workflow run

session_id
string<uuid>
required

Unique identifier for the workflow execution session

Example:

"e5f6a7b8-9abc-4def-0123-56789abcdef0"

node_id
string<uuid>
required

Unique identifier for the workflow node

Example:

"9f8e7d6c-5b4a-4321-9edc-ba9876543210"

page_snapshot_url
string<uri> | null
required

Signed URL to the HTML page snapshot captured when this node was executed. Contains the full DOM state including inlined iframe content. Valid for 1 hour. Null if no snapshot was captured.

Example:

"https://storage.example.com/page_snapshots/workspace/workflow/node/session.html?token=..."

screenshots
object[]
required

Screenshots taken at this node during execution