dograh/docs/api-reference/agents/runs/get.mdx

8 lines
406 B
Text
Raw Normal View History

---
title: "Get Run"
description: "Retrieve a single workflow run by ID"
openapi: "GET /api/v1/workflow/{workflow_id}/runs/{run_id}"
---
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](/api-reference/calls/download) for time-limited public URLs.