---
title: "Retrieve a webhook attempt"
method: GET
path: "/workspaces/{ws_id}/attempts/{id}"
tags: ["Attempt"]
---

# Retrieve a webhook attempt

`GET /workspaces/{ws_id}/attempts/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- Attempt
  - `id` string
  - `event_id` string
  - `endpoint_id` string
  - `status` 'INIT' | 'QUEUED' | 'SUCCESSFUL' | 'FAILED' | 'CANCELED'
  - `attempt_number` integer
  - `scheduled_at` integer
  - `attempted_at` integer, nullable
  - `trigger_mode` 'INITIAL' | 'MANUAL' | 'AUTOMATIC'
  - `exhausted` boolean
  - `error_code` 'TIMEOUT' | 'UNKNOWN' | 'ENDPOINT_DISABLED' | 'ENDPOINT_NOT_FOUND' | 'EVENT_NOT_FOUND', nullable
  - `request` object, nullable
    - `method` string
    - `url` string
    - `headers` object, nullable
    - `body` string, nullable
  - `response` object, nullable
    - `status` number
    - `latency` integer — Latancy of response in milliseconds
    - `headers` object, nullable
    - `body` string, nullable
  - `created_at` integer
  - `updated_at` integer

## Changes

- **2026-08-18** `be2ab14409db` — 1 warning
  - added the new `EVENT_NOT_FOUND` enum value to the `error_code` response property for the response status `200`
- **2025-07-29** `232f34fd9749` — 2 info
  - the response optional property `created_at` became read-only for the status `200`
  - the response optional property `updated_at` became read-only for the status `200`
- **2024-09-23** `83a829c04890` — 5 breaking, 7 warning, 3 info
  - the response property `attempted_at` became nullable for the status `200`
  - the response property `request` became nullable for the status `200`
  - the response property `request/body` became nullable for the status `200`
  - the response property `response` became nullable for the status `200`
  - …11 more
- **2024-09-22** `d8d9d6ce8264` — 2 info
  - added the optional property `exhausted` to the response with the `200` status
  - added the optional property `trigger_mode` to the response with the `200` status
- **2024-09-22** `4c7c8914f5cd` — 1 info
  - added the optional property `response/latency` to the response with the `200` status

[Full history](https://skmtc.dev/webhookx-io/apis/webhookx-admin-api/changes/workspaces/:ws_id/attempts/:id/get.md)

---

[API](https://skmtc.dev/webhookx-io/apis/webhookx-admin-api.md) · [All operations](https://skmtc.dev/webhookx-io/apis/webhookx-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webhookx-io/webhookx-admin-api/revisions/0afb563ce365/schema)
