Skip to main content
GET
Fetch a preview output's download URL

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Path Parameters

buildRunId
string<uuid>
required
destinationName
string
required

Response

The presigned download URL for the output slot.

downloadUrl
string
required

A presigned S3 URL to download this output slot's produced rows (JSONL). Time-limited.

expiresAt
string<date-time>
required

When the presigned URL expires.