cURL
curl --request GET \ --url https://api.intelligence.io.solutions/api/r2r/v3/conversations/{id} \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "id", "message": { "role": "user", "content": "This is a test message." }, "metadata": { "key": "value" } } ] }
Get details of a specific conversation. This endpoint retrieves detailed information about a single conversation identified by its UUID.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the conversation
200
Show child attributes
"id"
"user"
"This is a test message."
"value"
Was this page helpful?