Tasks
Get attachment download URL
Generate a signed URL for downloading a task attachment
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
Example response
{
"downloadUrl": "https://bucket.s3.amazonaws.com/path/to/file.pdf?signature=...",
"expiresIn": 900
}