curl --request GET \
--url https://app.dograh.com/api/v1/workflow/{workflow_id}/runs/{run_id}{
"id": 123,
"workflow_id": 123,
"name": "<string>",
"mode": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"is_completed": true,
"transcript_url": "<string>",
"recording_url": "<string>",
"cost_info": {},
"definition_id": 123,
"call_type": "inbound",
"initial_context": {},
"gathered_context": {},
"logs": {},
"annotations": {}
}Get the details, transcript, and recording for a call
curl --request GET \
--url https://app.dograh.com/api/v1/workflow/{workflow_id}/runs/{run_id}{
"id": 123,
"workflow_id": 123,
"name": "<string>",
"mode": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"is_completed": true,
"transcript_url": "<string>",
"recording_url": "<string>",
"cost_info": {},
"definition_id": 123,
"call_type": "inbound",
"initial_context": {},
"gathered_context": {},
"logs": {},
"annotations": {}
}Returns the full run record including call status, duration, transcript URL, recording URL, gathered context, and usage/cost info. Use theDocumentation Index
Fetch the complete documentation index at: https://docs.dograh.com/llms.txt
Use this file to discover all available pages before exploring further.
recording_url and transcript_url directly, or use the Download endpoint to generate time-limited public URLs for sharing.Successful Response
inbound, outbound