Contacts
Get Contact Messages
GET
Get contact messages
Fetch all messages for a specific contact by their ID.Documentation Index
Fetch the complete documentation index at: https://docs.arnio.co/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | ✅ | The ID of the contact |
| page | query | integer | ❌ | Page number for pagination (default: 1) |
| limit | query | integer | ❌ | Number of messages per page (default: 20) |
Responses
- 200: Messages retrieved successfully. Returns an array of message objects:
Get contact messages