mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
7 lines
376 B
Text
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.
|