mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
10 lines
468 B
Text
10 lines
468 B
Text
|
|
---
|
||
|
|
title: "Retrieve Call Details"
|
||
|
|
description: "Get the details, transcript, and recording for a call"
|
||
|
|
openapi: "GET /api/v1/workflow/{workflow_id}/runs/{run_id}"
|
||
|
|
---
|
||
|
|
|
||
|
|
Returns the full run record including call status, duration, transcript URL, recording URL, gathered context, and usage/cost info.
|
||
|
|
|
||
|
|
Use the `recording_url` and `transcript_url` directly, or use the [Download endpoint](/api-reference/calls/download) to generate time-limited public URLs for sharing.
|