Authorizations
API key for authentication
Headers
Organization ID (required for session auth, optional for API key auth)
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"