---
title: "POST Push operation has timed out"
method: POST
path: "Push operation has timed out"
deprecated: true
---

# POST Push operation has timed out

`POST Push operation has timed out` (webhook)

> **Deprecated.**

Indicates that a create, update, or delete operation has timed out.

This event type has been deprecated.
To replicate it, use the `{dataType}.write.unsuccessful` webhook and check if `payload.status` is set to `TimedOut`.

## Payload

- PushOperationTimedOutWebhook — Webhook request body notifying that a push push operation has timed out.
  - `ClientId` string, uuid — Unique identifier for your client in Codat.
  - `ClientName` ClientName — unresolved $ref
  - `CompanyId` Schema — unresolved $ref
  - `DataConnectionId` Schema — unresolved $ref
  - `RuleId` RuleId — unresolved $ref
  - `RuleType` RuleType — unresolved $ref
  - `AlertId` AlertId — unresolved $ref
  - `Message` Message — unresolved $ref
  - `Data` PushOperationTimedOutWebhookData — unresolved $ref

## Acknowledgement `200`

Return a 200 status to indicate that the webhook was received successfully.

---

[API](https://skmtc.dev/codatio/apis/platform-api.md) · [All operations](https://skmtc.dev/codatio/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/codatio/platform-api/revisions/b8afb1b75423/schema)
