Batch retrieve feedback for multiple completions
Retrieves feedback for multiple chat completions in a single batch request.
Documentation Index
Fetch the complete documentation index at: https://docs.mka1.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.
Headers
Optional external end-user identifier forwarded by the API gateway.
Body
Request parameters for batch retrieving feedback by multiple request IDs.
Array of request IDs (chatcmpl-xxx or resp-xxx) to retrieve feedback for
1 - 100 elementsResponse
OK
Response containing batch feedback results. Each result is either the feedback data or a not_found error.
Array of feedback results in the same order as the input IDs
Error result when the completion/response ID doesn't exist
- Option 1
- Option 2