GET
https://api.hyperleapai.com/audit/conversation-run/{conversationRunId}Get details of a specific conversation run for audit.
Authenticated with your API key in the x-hl-api-key request header.
Path parameters
conversationRunIdstring · uuidrequiredResponses
200OK
No response body.
curl -X GET "https://api.hyperleapai.com/audit/conversation-run/{conversationRunId}" \
-H "x-hl-api-key: YOUR_API_KEY"curl -X GET "https://api.hyperleapai.com/audit/conversation-run/{conversationRunId}" \
-H "x-hl-api-key: YOUR_API_KEY"