Evaluation Items
evaluation_items
Methods
get/v5/evaluation-items/{evaluation_item_id}
Get Evaluation Item
get/v5/evaluation-items
List Evaluation Items
query Parameters
ending_before: string
Optional
evaluation_id: string
Optional
include_archived: boolean
Optional
limit: number
(maximum: 1000, minimum: 1, default: 100)Optional
sort_by: string
Optional
sort_order:
(default: "asc")Optional
"asc"
"desc"
starting_after: string
Optional
Response fields
has_more: boolean
Whether there are more items left to be fetched.
total: number
The total of items that match the query. This is greater than or equal to the number of items returned.
limit: number
(default: 100)Optional
The maximum number of items to return.
object: "list"
(default: "list")Optional
Request example
200Example
Domain types
Component = { data, label }
Container = { children, direction }
EvaluationItem = { id, created_at, created_by, 7 more... }