Get a single evaluation item
Retrieve a single evaluation item by its ID within the caller’s account.
By default only non-archived items are returned; pass include_archived=true to
also retrieve an item that has been archived. The response merges the item’s cached
task results into its data field and exposes a task_errors map keyed by task
alias, so a task that failed on this item surfaces as an entry there rather than as a
request error. Use this to inspect one item’s input data and per-task results; to page
through many items, use the list endpoint instead. The request fails if no item with
the given ID exists in the caller’s account.
Authorizations
Headers
Path Parameters
Query Parameters
Response
Successful Response
The identity that created the entity.
"evaluation.item"Map of task alias to error info.

