Skip to main content
GET
/
api
/
v1
/
public
/
download
/
workflow
/
{token}
/
{artifact_type}
Download Workflow Artifact
curl --request GET \
  --url https://app.asisso.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.asisso.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.

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