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>",
"input": "<unknown>",
"ctx": {}
}
]
}Calls
Download Recordings and Transcripts
Download a recording or transcript using a time-limited public URL
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>",
"input": "<unknown>",
"ctx": {}
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.dograh.com/llms.txt
Use this file to discover all available pages before exploring further.
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.โI