Skip to main content

types.EvaluationStatus

created_atstring

CreatedAt is when the evaluation was created

messagestring

Message provides additional context about the current state

revisioninteger

Revision is incremented on any change to the evaluation (state changes, status updates, etc.)

statetypes.EvalStateType (string)

State is the current processing state of the evaluation

Possible values: [blocked, pending, complete, failed, canceled]

updated_atstring

UpdatedAt is when the evaluation was last updated

wait_untilstring

WaitUntil specifies when this evaluation should be processed (for delayed evaluations)

types.EvaluationStatus
{
"created_at": "string",
"message": "string",
"revision": 0,
"state": "blocked",
"updated_at": "string",
"wait_until": "string"
}