Get step HTML snapshot
Runs
Get step HTML snapshot
Serve the full-page HTML snapshot captured at a specific step via API key. Returns raw HTML. Only available when the run was started with capture_config.html: true.
GET
Get step HTML snapshot
Documentation Index
Fetch the complete documentation index at: https://docs.tinyfish.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Get your key from the API Keys page.
Path Parameters
Run ID
Pattern:
^[A-Za-z0-9_-]+$Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Step ID (event ID)
Pattern:
^[A-Za-z0-9_-]+$Example:
"evt_abc123"
Response
HTML snapshot
The response is of type string.