Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.promptlayer.com/reports/{report_id}/score \ --header 'X-API-KEY: <api-key>'
{ "success": true, "message": "<string>", "score": { "overall_score": 123, "has_custom_scoring": true, "details": { "column_name": "<string>", "score": 123, "score_type": "<string>", "num_skipped": 123 } } }
ID of the report to get the score for.
Report score retrieved successfully
Show child attributes
Was this page helpful?