v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
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
}