Evaluation Items
evaluation_items
Methods
get/v5/evaluation-items/{evaluation_item_id}
Get Evaluation Item
get/v5/evaluation-items
List Evaluation Items
post/v5/evaluation-items/export
Export Evaluation Items
Response fields
Request example
200Example
Domain types
Component = { data, label }
Container = { children, direction }
EvaluationItem = { id, created_at, created_by, 8 more... }
EvaluationItemExport = { filename, content, signed_url }
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).