Get detailed information about a specific automation run by its ID.
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.
API key for authentication. Get your key from the API Keys page.
Run ID
^[A-Za-z0-9_-]+$"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Whether to include base64-encoded screenshots in steps. Defaults to none.
base64, none "base64"
Run details
A single automation run
Unique identifier for the run
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Current status of the run
PENDING, RUNNING, COMPLETED, FAILED, CANCELLED "COMPLETED"
Natural language goal for this automation run
"Find all pricing information"
ISO 8601 timestamp when run was created
"2026-01-14T10:30:00Z"
ISO 8601 timestamp when run started executing
"2026-01-14T10:30:05Z"
ISO 8601 timestamp when run finished
"2026-01-14T10:31:30Z"
Number of steps taken during the automation run. Null while the run is still in progress.
x >= 05
Extracted data from the automation run
Provider-supported structured-output schema subset originally requested for this run. Null when no output_schema was provided.
{
"type": "object",
"properties": {
"title": { "type": "string" },
"price": { "type": "number" }
},
"required": ["title", "price"]
}
Error details. Null if the run succeeded or is still running.
URL to watch live browser session (available while running)
"https://stream.agent.tinyfish.ai/session/xyz"
Browser configuration used for the run
Presigned URL to the video recording of this run. Null if no recording is available. URL expires after 15 minutes.
"https://s3.amazonaws.com/bucket/eva-traces/run-id/video/recording.webm?..."
Steps the agent took during this run.