Get debug snapshots
Retrieves debug snapshots for a specific node in a workflow run. This endpoint is only available for runs started with debug: true. It returns:
- An HTML page snapshot captured at the time the node was executed
- Any screenshots taken at that node
The HTML snapshot contains the full DOM state of the page, including inlined iframe content. Signed URLs are valid for 1 hour.
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
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
Path Parameters
Unique identifier for the workflow execution session
Unique identifier for the workflow node
Response
Debug snapshots successfully retrieved
Debug snapshot data for a specific node in a workflow run
Unique identifier for the workflow execution session
"e5f6a7b8-9abc-4def-0123-56789abcdef0"
Unique identifier for the workflow node
"9f8e7d6c-5b4a-4321-9edc-ba9876543210"
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

