Skip to main content
GET
Get run timeline

Headers

x-api-key
string | null

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Path Parameters

run_id
string
required

The id of the workflow run or task_v2 run.

Examples:

"wr_123"

"tsk_v2_123"

Response

Successfully retrieved run timeline

type
enum<string>
required
Available options:
thought,
block
created_at
string<date-time>
required
modified_at
string<date-time>
required
block
WorkflowRunBlock · object | null
thought
Thought · object | null
children
Children · array