List messages for a session
sessions
List messages for a session
Return persisted messages for a session.
Args: session_id: The session to query. agent_id: Agent the session belongs to. offset: Pagination offset. limit: Maximum number of messages to return. user_id: Injected authenticated user ID. storage: Injected storage backend. session_manager: Injected session manager.
Returns: Messages and running status.
GET
List messages for a session
Documentation Index
Fetch the complete documentation index at: https://docs.agentscope.io/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Caller's user ID. Temporary header-based identity; will be replaced by JWT auth.
Path Parameters
Query Parameters
Agent the session belongs to.
Pagination offset.
Required range:
x >= 0Max messages.
Required range:
1 <= x <= 200