Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.{your-broker}.slate-labs.com/messaging/conversations/{conversation_id}/messages
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Message history for a conversation. Cursor-based pagination, oldest-first.
Cursor: ISO timestamp for pagination
1 <= x <= 200
Successful Response