Skip to main content
GET
/
api
/
v1
/
public
/
download
/
workflow
/
{token}
/
{artifact_type}
Download Workflow Artifact
curl --request GET \
  --url https://app.dograh.com/api/v1/public/download/workflow/{token}/{artifact_type}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}
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.

Path Parameters

token
string
required
artifact_type
enum<string>
required
Available options:
recording,
transcript

Query Parameters

inline
boolean
default:false

Display inline in browser instead of download

Response

Successful Response