cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/analytics/ai-attribution/conversations/{conversation_id}/messages \ --header 'Authorization: Bearer <token>'
{ "messages": [ { "content": "<string>", "id": 123, "metadata": {}, "role": "<string>", "created_at": "<string>" } ], "total": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Conversation ID
List messages in a conversation
Wrapper for conversation message feed.
Show child attributes
Was this page helpful?