Messages
Get Attachment
GET
Fetch an attachment by GUID
Fetch a media attachment by its GUID. You can optionally specify theDocumentation Index
Fetch the complete documentation index at: https://docs.arnio.co/llms.txt
Use this file to discover all available pages before exploring further.
quality (best, medium, low) and the phoneNumber (required if the server is not preloaded).
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| guid | path | string | ✅ | The GUID of the attachment to fetch |
| quality | query | string | ❌ | Quality of the attachment (best by default) |
| phoneNumber | query | string | ❌ | E.164 phone number of the line (+15551234567) |
Responses
- 200: Attachment fetched successfully (binary content)
- 400: Missing phoneNumber or server not found
- 500: Failed to fetch attachment
Authorizations
Provide your generated API Key.
Path Parameters
The GUID of the attachment
Query Parameters
Optional. Quality of the attachment (best, medium, low)
Phone number in E.164 format (e.g., +15551234567). Required if server is not preloaded.
Response
Attachment fetched successfully
Fetch an attachment by GUID