dograh/docs/api-reference/runs/download.mdx
Abhishek Kumar 7810923bca chore: return formatted transcript url
- Return formatted transcript and recording URL
- Harden campaign dispatcher logic
2026-05-26 13:24:12 +05:30

7 lines
376 B
Text

---
title: "Download Recordings and Transcripts"
description: "Download a recording or transcript using a time-limited public URL"
openapi: "GET /api/v1/public/download/workflow/{token}/{artifact_type}"
---
`artifact_type` is either `recording` or `transcript`. The `token` is a time-limited download token — generate one from the run details before calling this endpoint.