Get task attachments
Tasks
Get task attachments | Comp AI API
Get task attachments in Comp AI. Manage compliance task lifecycle, assignments, review approvals, evidence uploads, policy links, and activity history.
GET
Get task attachments
Documentation Index
Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Path Parameters
Unique task identifier
Example:
"tsk_abc123def456"
Response
Attachments retrieved successfully
Unique identifier for the attachment
Example:
"att_abc123def456"
Original filename
Example:
"document.pdf"
File type/MIME type
Example:
"application/pdf"
File size in bytes
Example:
1024000
Signed URL for downloading the file (temporary)
Example:
"https://bucket.s3.amazonaws.com/path/to/file.pdf?signature=..."
Upload timestamp
Example:
"2024-01-15T10:30:00Z"

