Export Evaluation Items
Documentation Index
Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Headers
Body
The ID of the evaluation to export items from.
The method for exporting evaluation items. signed_url returns a pre-signed URL, while direct returns the raw content.
signed_url, direct The format of the exported evaluation items. json returns a single JSON array, while jsonl returns one JSON object per line.
json, jsonl, csv If true, include archived evaluation items in the export.
Response
Successful Response
Response model for exporting evaluation items. This class represents the response when users export evaluation items. It contains either a signed URL to download the exported data from object storage, or the actual content bytes when direct download is used (in environments where object storage is not configured).

