cURL
curl --request GET \ --url https://api.sumvin.com/v0/chat/sessions/{session_id}/messages \ --header 'Authorization: Bearer <token>'
{ "_links": {}, "messages": [ { "id": "<string>", "message_id": "<string>", "role": "<string>", "text_content": "<string>", "parts": [ {} ], "tool_names": [ "<string>" ], "extra_metadata": {}, "sequence": 123, "created_at": 123 } ], "total": 123, "offset": 123, "limit": 123 }
JWT token from Authorization header (Bearer token)
Tenant org ID for multi-tenant auth
JWT token from x-juno-jwt header
x >= 0
1 <= x <= 100
Messages retrieved successfully
HAL-style hypermedia links for navigation and available actions.
Show child attributes