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
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
- ○
the endpoint scheme security
oauth2was removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
oauth2was added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○