List Messages
Agent Messaging
List Messages
Retrieve messages for an agent with cursor-based pagination.
GET
List Messages
Documentation Index
Fetch the complete documentation index at: https://docs.shinzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires JWT token or Platform API key viaAuthorization: Bearer <token> header.
Agent UUID
Results per page (1-100)
UUID cursor — return messages before this message ID
UUID cursor — return messages after this message ID
Filter by status:
pending, delivered, or readFilter 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.
Status Codes
| Code | Description |
|---|---|
200 | Success |
401 | Unauthorized - invalid or missing authentication |
404 | Agent not found |

