---
title: "POST eval_run_succeeded"
method: POST
path: "eval_run_succeeded"
---

# POST eval_run_succeeded

`POST eval_run_succeeded` (webhook)

Sent when an eval run has succeeded.

## Payload

- WebhookEvalRunSucceeded — Sent when an eval run has succeeded.
  - `created_at` integer, required — The Unix timestamp (in seconds) of when the eval run succeeded.
  - `id` string, required — The unique ID of the event.
  - `data` object, required — Event data payload.
    - `id` string, required — The unique ID of the eval run.
  - `object` 'event' — The object of the event. Always `event`.
  - `type` 'eval.run.succeeded', required — The type of the event. Always `eval.run.succeeded`.

## Acknowledgement `200`

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

---

[API](https://skmtc.net/openai/apis/openai-api-3.md) · [All operations](https://skmtc.net/openai/apis/openai-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api-3/versions/74cbcf73838f/schema)
