Evaluation Items
EvaluationItemsResource
Methods
Get Evaluation Item
List Evaluation Items
Export Evaluation Items
The ID of the evaluation to export items from.
The format of the exported evaluation items. json returns a single JSON array, while jsonl returns one JSON object per line.
The method for exporting evaluation items. signed_url returns a pre-signed URL, while direct returns the raw content.
If true, include archived evaluation items in the export.
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
The raw file content as bytes, used when direct download is enabled
Pre-signed URL to download the file from object storage, if applicable
Domain types