List Messages
Agent Messaging
List Messages
Retrieve messages for an agent with cursor-based pagination.
GET
List Messages
Authentication
Requires JWT token or Platform API key viaAuthorization: Bearer <token> header.
string
required
Agent UUID
number
default:"50"
Results per page (1-100)
string
UUID cursor — return messages before this message ID
string
UUID cursor — return messages after this message ID
string
Filter by status:
pending, delivered, or readstring
Filter by channel:
api or discordExample Request
Example Response
Pagination
This endpoint uses cursor-based pagination. To fetch the next page, pass theid of the last message in your current page as the after parameter. To fetch previous messages, pass the id of the first message as the before parameter.

