Skip to content

GET /v1/durable/executions/:execution_id - Get execution details

GET
/v1/durable/executions/{execution_id}
execution_id
required
string format: uuid

Execution ID

Execution details

Schedule execution response

object
completed_at
string | null format: date-time
created_at
required
string format: date-time
duration_ms
integer | null format: int32
error
string | null
id
required
string format: uuid
schedule_id
required
string format: uuid
scheduled_at
required
string format: date-time
started_at
required
string format: date-time
status
required
string
task_id
string | null format: uuid
workflow_id
string | null format: uuid

Execution not found

Standard error response for API endpoints.

object
error
required

Error message describing what went wrong.

string

Internal server error

Standard error response for API endpoints.

object
error
required

Error message describing what went wrong.

string