Skip to main content
GET
Get task attachment download URL

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

taskId
string
required

Unique task identifier

Example:

"tsk_abc123def456"

attachmentId
string
required

Unique attachment identifier

Example:

"att_abc123def456"

Response

Download URL generated successfully

downloadUrl
string

Signed URL for downloading the file

Example:

"https://bucket.s3.amazonaws.com/path/to/file.pdf?signature=..."

expiresIn
number

URL expiration time in seconds

Example:

900