v1
latestOpenAPI 3.1.02026-07-26436887.6 KBmain
Download Workflow Artifact
Download a workflow recording or transcript via public access token.
This endpoint:
- Validates the public access token
- Looks up the corresponding workflow run
- Generates a signed URL for the requested artifact
- Redirects to the signed URL
Args: token: The public access token (UUID format) artifact_type: Type of artifact - "recording", "transcript", "user_recording", or "bot_recording" inline: If true, sets Content-Disposition to inline for browser preview
Returns: RedirectResponse to the signed URL (302 redirect)
Raises: HTTPException 400: If artifact type is unsupported HTTPException 404: If token is invalid or artifact not found
get/api/v1/public/download/workflow/{token}/{artifact_type}
Path parameters
tokenstring required
artifact_typestring required
Query parameters
inlineboolean
Display inline in browser instead of download
Display inline in browser instead of download
Response
Successful Response
{"stackTrail":"paths:/api/v1/public/download/workflow/{token}/{artifact_type}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}