Skip to main content
GET
List Messages

Authentication

Requires JWT token or Platform API key via Authorization: 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 read
string
Filter by channel: api or discord

Example Request

Example Response

Pagination

This endpoint uses cursor-based pagination. To fetch the next page, pass the id 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.

Status Codes