# Get a Webhook Delivery **GET /webhook_deliveries/{webhook_delivery_id}** Retrieve an existing Webhook Delivery ## Servers - https://api.arta.io: https://api.arta.io () ## Parameters ### Headers - **Authorization** (string) Authorize your API calls with an Arta API token ### Path parameters - **webhook_delivery_id** (string) webhook_delivery_id parameter ## Responses ### 200 Successful Webhook Delivery response #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **created_at** (string) - **id** (string) The string ID for this webhook delivery resource - **next_retry** (string | null) The UTC timestamp describing when a follow up webhook delivery event will be attempted if this one has failed - **request_body** (string) A stringified JSON representation of the data Arta sent to your endpoint - **resource_id** (string) The ID of the resource that triggered the webhook event - **resource_type** (string) The type of resource that triggered the webhook event - **response_body** (string) A string representation of the response body Arta received from your endpoint - **response_status_code** (number) The numerical HTTP status code Arta received from your endpoint - **status** (string) The status of the webhook delivery event - **type** (string) The type of webhook delivery sent to your endpoint - **webhook_id** (integer) The ID belonging to your webhook endpoint in Arta's system - **webhook_url** (string) The URL belonging to your webhook endpoint in Arta's system at the time Arta attempted delivery of the webhook event ### 404 Not Found #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)