mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
7 lines
405 B
Text
7 lines
405 B
Text
---
|
|
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/runs/download) for time-limited public URLs.
|