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).
The name of the exported file
Pre-signed URL to download the file from object storage, if applicable
The raw file content as bytes, used when direct download is enabled