> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paxos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# orchestration.failed

> Webhook triggered when an orchestration fails

Triggered when an orchestration has FAILED and could not be completed.

<Note>
  Webhook payloads contain only event metadata. Use the [Get Event API](/api-reference/endpoints/events/get-event) with the event ID to retrieve full details.
</Note>

## Event Object Structure

The Get Event API returns an [`orchestration_status_change`](/api-reference/events/orchestration-status-change-object) object with orchestration status details.


## OpenAPI

````yaml webhooks-openapi.json webhook orchestration.failed
openapi: 3.1.0
info:
  title: Paxos Webhooks
  version: '2.0'
  description: >-
    Webhooks allow you to register endpoints to receive asynchronous events from
    the Paxos Platform. These webhooks are triggered when specific events occur
    in the system, enabling real-time notifications for your application.


    **Important**: Webhook payloads contain only the event metadata. To retrieve
    the full event object details, use the [Get
    Event](/api-reference/events/get-event) REST API endpoint with the event ID
    from the webhook payload.
  x-logo:
    url: /docs/paxos.svg
    backgroundColor: '#FFFFFF'
    altText: Paxos logo
servers: []
security: []
paths: {}

````