GET
Get Workflow Run
Returns the full run record including status, transcript, recording URL, gathered context, and usage/cost info. Use recording_url and transcript_url to download artifacts, or use the Download endpoint for time-limited public URLs.

Authorizations

Authorization
string
header
required

An EESI API key (sk-eesi-...) or a Clerk session token.

Headers

authorization
string | null
X-API-Key
string | null

Path Parameters

workflow_id
integer
required
run_id
integer
required

Response

Successful Response

id
integer
required
workflow_id
integer
required
name
string
required
mode
string
required
created_at
string<date-time>
required
is_completed
boolean
required
transcript_url
string | null
required
recording_url
string | null
required
cost_info
Cost Info ยท object | null
required
definition_id
integer | null
required
call_type
enum<string>
required
Available options:
inbound,
outbound
user_recording_url
string | null
bot_recording_url
string | null
transcript_public_url
string | null
recording_public_url
string | null
user_recording_public_url
string | null
bot_recording_public_url
string | null
public_access_token
string | null
usage_info
Usage Info ยท object | null
initial_context
Initial Context ยท object | null
gathered_context
Gathered Context ยท object | null
logs
Logs ยท object | null
annotations
Annotations ยท object | null