---
title: "POST batch_completed"
method: POST
path: "batch_completed"
---

# POST batch_completed

`POST batch_completed` (webhook)

Sent when a batch has completed processing.

## Payload

- WebhookBatchCompleted — Sent when a batch API request has been completed.
  - `created_at` integer, required — The Unix timestamp (in seconds) of when the batch API request was completed.
  - `id` string, required — The unique ID of the event.
  - `data` object, required — Event data payload.
    - `id` string, required — The unique ID of the batch API request.
  - `object` 'event' — The object of the event. Always `event`.
  - `type` 'batch.completed', required — The type of the event. Always `batch.completed`.

## 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)
