Skip to content

List attachments for a message (metadata only)

GET
/api/v1/messages/{id}/attachments

Responses

List of attachment metadata

application/json
JSON
{
  
"attachments": [
  
  
{
  
  
  
"id": "01HZ9RQABCDEFGHJKMNPQRFILE",
  
  
  
"message_id": "01HZ9RQABCDEFGHJKMNPQRSTUV",
  
  
  
"filename": "invoice.pdf",
  
  
  
"content_type": "application/pdf",
  
  
  
"size": 48321
  
  
}
  
]
}

Playground

Samples

Powered by VitePress OpenAPI

Released under the MIT / Apache 2.0 License.