List message attachments
Messages
List message attachments
List all attachments for a specific message
GET
List message attachments
Authorizations
API key authentication via Bearer token
Path Parameters
Message UUID
Example:
"123e4567-e89b-12d3-a456-426614174000"
Query Parameters
Maximum number of items to return (1-100)
Required range:
1 <= x <= 100Example:
10
Number of items to skip
Required range:
x >= 0Example:
0
Sort order by creation date
Available options:
asc, desc Example:
"desc"
Last modified on May 30, 2026