Get task attachments
Tasks
Get task attachments
Retrieve all attachments for a specific task
GET
Get task attachments
Documentation Index
Fetch the complete documentation index at: https://bubbaaiinc-lewis-comp-company-tasks.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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"

