Messages
Get Message History
Retrieve conversation history for a session
GET
Documentation Index
Fetch the complete documentation index at: https://docs.neyrs.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorization
Bearer token. Format:
Bearer neyrs_live_abc123def456Query Parameters
Session ID. Format:
session_<16 chars>Number of messages to return. Default: 50, Max: 100
Pagination cursor for next page
Response
Array of message objectsEach message contains:
messageId(string): Message identifierrole(string):useroragentcontent(string): Message texttimestamp(string): ISO 8601 timestampintent(object): Parsed intent (if applicable)
Pagination metadataProperties:
hasMore(boolean): More messages availablenextCursor(string): Cursor for next page