cURL
curl --request POST \ --url https://api.hyperleapai.com/audit/prompt-runs \ --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>" } }'
Get Prompt runs for audit based on filter conditions passed in.
API Key for authentication
1 <= x <= 20
Show child attributes
OK