Exporting evaluation results
Get scores, justifications and costs out of Scorable and into your own reporting, dashboards or data warehouse.
Route
Best for
Shape
REST API
curl 'https://api.scorable.ai/v1/execution-logs/?page_size=100' \
-H 'Authorization: Api-Key $MY_API_KEY'CSV export
curl 'https://api.scorable.ai/v1/execution-logs/?export=csv&page_size=1000' \
-H 'Authorization: Api-Key $MY_API_KEY' \
-o logs.csvOTLP push to your own collector
What gets exported
Attribute
Meaning
Content capture is off by default
Configuration
Related
Last updated