Sent when an eval run has succeeded.

postWebhookeval_run_succeeded

Payload

created_atinteger required

The Unix timestamp (in seconds) of when the eval run succeeded.

idstring required

The unique ID of the event.

object'event'

The object of the event. Always event.

type'eval.run.succeeded' required

The type of the event. Always eval.run.succeeded.

Response

Return a 200 status code to acknowledge receipt of the event. Non-200 status codes will be retried.

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.