✨ Asisso is live — Build production voice AI agents with our drag-and-drop workflow builder. Get started → · SDKs →
curl --request GET \
--url https://app.asisso.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,
"initial_context": {},
"gathered_context": {},
"logs": {},
"annotations": {}
}Retrieve a single workflow run by ID
curl --request GET \
--url https://app.asisso.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,
"initial_context": {},
"gathered_context": {},
"logs": {},
"annotations": {}
}Returns the full run record including status, transcript, recording URL, gathered context, and usage/cost info. UseDocumentation Index
Fetch the complete documentation index at: https://asisso-cd509912.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
recording_url and transcript_url to download artifacts, or use the Download endpoint for time-limited public URLs.Successful Response
inbound, outbound