Evaluations
EvaluationsResource
Methods
post/v5/evaluations
Create Evaluation
get/v5/evaluations
List Evaluations
get/v5/evaluations/{evaluation_id}
Get Evaluation
delete/v5/evaluations/{evaluation_id}
Archive Evaluation
Parameters
evaluation_id: str
Returns
id: str
created_at:
(format: date-time)created_by:
The identity that created the entity.
name: str
status: Literal["failed", "completed", "running"]
tags: List[str]
The tags associated with the entity
archived_at: Optional[datetime]
(format: date-time)description: Optional[str]
Metadata key-value pairs for the evaluation
object: Optional[Literal["evaluation"]]
(default: "evaluation")Progress of the evaluation's underlying async job
status_reason: Optional[str]
Reason for evaluation status
Tasks executed during evaluation. Populated with optional task view.
Request example
200Example
patch/v5/evaluations/{evaluation_id}
Update or Restore Evaluation
Domain types
class Evaluation: ...
EvaluationTask =
ItemLocator = str
ItemLocatorTemplate = str