---
title: "GET /v1/webhook_endpoints/{webhookId}/events/"
method: GET
path: "/v1/webhook_endpoints/{webhookId}/events/"
---

# GET /v1/webhook_endpoints/{webhookId}/events/

`GET /v1/webhook_endpoints/{webhookId}/events/`

## Path parameters

- `webhookId` string, required

## Query parameters

- `onlyFailed` boolean
- `next` string
- `order` string
- `limit` integer
- `startDate` string, date-time
- `endDate` string, date-time

## Response `200`

OK

- RepositoryCursorPageBpModelsWebhookEvent
  - `items` BpModelsWebhookEvent[]
    - `id` string
    - `ownerId` string
    - `occurredAt` string, date-time
    - `webhookEndpointId` string
    - `eventType` string
    - `eventData` integer[]
    - `responseBody` string
    - `responseStatusCode` integer
    - `attempts` integer
    - `lastError` string
    - `lastAttemptAt` string
  - `next` string

---

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