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 http://localhost:8080/users/{user_id}/consultations/{consultation_id}/messages
{ "data": { "messages": [ { "body": { "content": "<string>" }, "created_at": "<string>", "id": "<string>", "sender_display_name": "<string>" } ] }, "limit": 123, "offset": 123, "total": 123 }
User ID
Consultation UUID
Paginated messages
Show child attributes