---
title: "POST video.asset.warning"
method: POST
path: "video.asset.warning"
---

# POST video.asset.warning

`POST video.asset.warning` (webhook)

## Payload

- object
  - `type` 'video.asset.warning', required — Type for the webhook event
  - `id` string, required — Unique identifier for the event
  - `created_at` string, date-time, required — Time the event was created
  - `object` object, required
    - `type` string, required
    - `id` string, required
  - `environment` object, required
    - `name` string, required — Name for the environment
    - `id` string, required — Unique identifier for the environment
  - `attempts` object[], required — Attempts for sending out the webhook event
    - `webhook_id` integer — Unique identifier for the webhook
    - `response_status_code` integer — HTTP response status code for the webhook attempt
    - `response_headers` object — HTTP response headers for the webhook attempt
    - `response_body` string, nullable — HTTP response body for the webhook attempt
    - `max_attempts` integer — Max attempts number for the webhook attempt
    - `id` string — Unique identifier for the webhook attempt
    - `created_at` string, date-time — Time the webhook request was attempted
    - `address` string — URL address for the webhook attempt
  - `request_id` string, nullable
  - `accessor` string, nullable
  - `accessor_source` string, nullable
  - `data` object, required
    - `id` string — Unique identifier for the Asset. Max 255 characters.
    - `live_stream_id` string — Unique identifier for the live stream. This is an optional parameter added when the asset is created from a live stream.
    - `source_asset_id` string — Asset Identifier of the video used as the source for creating the clip.
    - `upload_id` string — Unique identifier for the Direct Upload. This is an optional parameter added when the asset is created from a direct upload.
    - `status` 'preparing' | 'ready' | 'errored' — The status of the asset.
    - `passthrough` string — You can set this field to anything you want. It will be included in the asset details and related webhooks. If you're looking for more structured metadata, such as `title` or `external_id` , you can use the `meta` object instead. **Max: 255 characters**.
    - `warning` object
      - `type` string
      - `message` string

## Acknowledgement `200`

Return a 200 to indicate that the data was received successfully

---

[API](https://skmtc.net/muxinc/apis/mux-api.md) · [All operations](https://skmtc.net/muxinc/apis/mux-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/muxinc/mux-api/versions/34a65dce0f31/schema)
