---
title: "Get webhook logs"
method: GET
path: "/api/v2/webhook_logs"
tags: ["Webhook Logs"]
---

# Get webhook logs

`GET /api/v2/webhook_logs`

List all webhook logs.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `webhook_log` list endpoints — pass a single condition or a logical group.
  - FilterWebhookLog — Filter parameters for listing webhook log resources, which record individual delivery attempts for webhooks.
    - `retry_job_id` union — Filter by the background job ID used for scheduling the retry delivery.
      - RetryJobId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` RetryJobId — unresolved $ref
        - `eq` RetryJobId — unresolved $ref
        - `contains` RetryJobId — unresolved $ref
        - `not_contain` RetryJobId — unresolved $ref
    - `before` union — Filter by before.
      - Before — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` Before — unresolved $ref
        - `not_contain` Before — unresolved $ref
        - `contains` Before — unresolved $ref
        - `eq` Before — unresolved $ref
    - `retry_attempt` union — Filter by the retry attempt number for failed deliveries.
      - object — Filter using explicit operator syntax.
        - `contains` RetryAttempt — unresolved $ref
        - `not_contain` RetryAttempt — unresolved $ref
        - `eq` RetryAttempt — unresolved $ref
        - `not_eq` RetryAttempt — unresolved $ref
      - RetryAttempt — unresolved $ref
    - `webhook_id` union — Filter by the associated webhook.
      - object — Filter using explicit operator syntax.
        - `contains` WebhookId — unresolved $ref
        - `not_contain` WebhookId — unresolved $ref
        - `not_eq` WebhookId — unresolved $ref
        - `eq` WebhookId — unresolved $ref
      - WebhookId — unresolved $ref
    - `id` union — Filter by webhook log ID.
      - object — Filter using explicit operator syntax.
        - `not_eq` Id — unresolved $ref
        - `eq` Id — unresolved $ref
        - `contains` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
      - Id — unresolved $ref
    - `after` union — Filter by after.
      - object — Filter using explicit operator syntax.
        - `eq` After — unresolved $ref
        - `not_contain` After — unresolved $ref
        - `contains` After — unresolved $ref
        - `not_eq` After — unresolved $ref
      - After — unresolved $ref
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection webhook log

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/11e8576224b8/schema)
