Tasks

Get task attachment download URL

Generate a signed download URL for an attachment on a compliance task so reviewers can access uploaded evidence.

get/v1/tasks/{taskId}/attachments/{attachmentId}/download

Path parameters

taskIdstring required
Example:tsk_abc123def456

Unique task identifier

attachmentIdstring required
Example:att_abc123def456

Unique attachment identifier

Response

Download URL generated successfully

downloadUrlstring

Signed URL for downloading the file

expiresInnumber

URL expiration time in seconds

Example response

{
  "downloadUrl": "https://bucket.s3.amazonaws.com/path/to/file.pdf?signature=...",
  "expiresIn": 900
}

Changes

Changed in 2 of the 56 revisions of this API.2