Retrieves debug snapshots for a specific node in a workflow run. This endpoint is only available for runs started with debug: true. It returns:
The HTML snapshot contains the full DOM state of the page, including inlined iframe content. Signed URLs are valid for 1 hour.
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
Unique identifier for the workflow execution session
Unique identifier for the workflow node
Debug snapshots successfully retrieved
Debug snapshot data for a specific node in a workflow run
Unique identifier for the workflow execution session
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Unique identifier for the workflow node
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
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.
"https://storage.example.com/page_snapshots/workspace/workflow/node/session.html?token=..."
Screenshots taken at this node during execution