---
title: "Get webhook event statuses for a webhook"
method: GET
path: "/v1/workspaces/{workspaceId}/webhooks/{webhookId}/statuses"
tags: ["Webhooks"]
---

# Get webhook event statuses for a webhook

`GET /v1/workspaces/{workspaceId}/webhooks/{webhookId}/statuses`

## Path parameters

- `workspaceId` string, required — Represents a workspace identifier across the system.
- `webhookId` string, required — Represents a webhook identifier across the system.

## Query parameters

- `page` integer — Page number.
- `size` integer — Page size.
- `statuses` 'SUCCEEDED' | 'RETRYING' | 'FAILED'

## Response `200`

OK

- WebhookEventStatusWithLatestLogDtoV1[]
  - `id` string — Represents log identifier across the system.
  - `requestBody` string — Represents request body.
  - `respondedAt` string — Represents date and time of response.
  - `responseBody` string — Represents response body.
  - `retryCount` integer — Represents how many times we tried to deliver the webhook event.
  - `status` string — Represents delivery status of the webhook event.
  - `statusCode` integer — Represents response status code.
  - `webhookId` string — Represents log identifier across the system.
  - `webhookLogId` string — Represents log identifier across the system.

---

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