POST
/
audit
/
conversations
curl --request POST \
  --url https://api.hyperleapai.com/audit/conversations \
  --header 'Content-Type: application/json' \
  --header 'x-hl-api-key: <api-key>' \
  --data '{
  "callerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "startDate": "2023-11-07T05:31:56Z",
  "endDate": "2023-11-07T05:31:56Z",
  "pageSize": 10,
  "appHeaders": {},
  "promptId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "promptVersionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "promptRunId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "conversationRunId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "conversationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "continuationToken": "<string>",
  "includeFeedback": true,
  "feedback": {
    "score": 123,
    "scoreText": "<string>",
    "scoreTags": "<string>"
  }
}'

Authorizations

x-hl-api-key
string
header
required

API Key for authentication

Body

Response

200

OK