cURL
curl --request GET \ --url https://api.egp.scale.com/v5/evaluation-items \ --header 'x-api-key: <api-key>'
{ "items": [ { "id": "<string>", "created_by": { "id": "<string>", "type": "user", "object": "identity" }, "evaluation_id": "<string>", "data": {}, "created_at": "2023-11-07T05:31:56Z", "object": "evaluation.item", "dataset_item_id": "<string>", "dataset_item_version_num": 123, "files": {}, "archived_at": "2023-11-07T05:31:56Z" } ], "total": 123, "has_more": true, "object": "list", "limit": 100 }
1 <= x <= 1000
asc
desc
Successful Response
Show child attributes
The identity that created the entity.
user
service_account
"identity"
"evaluation.item"
The total of items that match the query. This is greater than or equal to the number of items returned.
Whether there are more items left to be fetched.
"list"
The maximum number of items to return.