---
title: "Intent failed"
method: POST
path: "intent.failed"
---

# Intent failed

`POST intent.failed` (webhook)

Fired when an intent execution fails (non-2xx response from enclave).

## Payload

- IntentFailedWebhookPayload — Payload for the intent.failed webhook event.
  - `action_result` object, required — Result of the failed intent execution.
    - `authorized_by_display_name` string — Display name of the key quorum that authorized execution
    - `authorized_by_id` string — ID of the key quorum that authorized execution
    - `executed_at` number, required — Unix timestamp when the action was executed
    - `status_code` number, required — HTTP status code from the action execution
    - `response_body` unknown
  - `created_at` number, required — Unix timestamp when the intent was created.
  - `created_by_display_name` string — Display name of the user who created the intent.
  - `created_by_id` string — The ID of the user who created the intent.
  - `expires_at` number, required — Unix timestamp when the intent expires.
  - `intent_id` string, required — The unique ID of the intent.
  - `intent_type` 'KEY_QUORUM' | 'POLICY' | 'RULE' | 'RPC' | 'TRANSFER' | 'WALLET', required — Type of intent.
  - `status` string, required — The current status of the intent.
  - `type` 'intent.failed', required — The type of webhook event.

## Acknowledgement `200`

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

---

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