agent-sessions
List Agent Sessions
List all chat sessions for an agent (alias for /conversations).
Returns a paginated list of sessions including:
- Session ID
- Start/end timestamps
- Message counts
- Status
Use this to track conversations during live text chat.
GET
List Agent Sessions
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Number of sessions to return
Required range:
1 <= x <= 100Offset for pagination
Required range:
x >= 0List Agent Sessions