---
title: "List all the the webhook execution logs"
method: GET
path: "/v1/webhooks/logs"
tags: ["Webhooks"]
---

# List all the the webhook execution logs

`GET /v1/webhooks/logs`

Lists all the webhook execution logs

## Query parameters

- `cursor` integer
- `limit` integer

## Response `200`

Successful Response

- ExternalApiListResponseExternalReadWebhookExecutionLogsSchema
  - `data` ExternalReadWebhookExecutionLogsSchema[], required
    - `signingSecret` string, required
    - `status` 'SUCCESS' | 'FAILURE' | 'PENDING' | 'RETRY', required
    - `requestEndpoint` string, required
    - `requestHeaders` object, required
    - `requestBody` string, required
    - `responseHeaders` object, nullable
    - `responseBody` string, nullable
    - `responseStatusCode` integer, nullable
    - `responseTime` number, nullable
    - `event` 'account.created' | 'account.updated' | 'conversation.created' | 'conversation.agent' | 'conversation.tags' | 'conversation.custom_fields' | 'conversation.status' | 'conversation.priority' | 'conversation.message' | 'conversation.message.delivery_status' | 'conversation.message.deprecated' | 'customer.identify' | 'customer.created' | 'customer.updated' | 'customer.custom_fields' | 'customer.notes' | 'customer.notes.deleted' | 'session.finished' | 'sidebar.sent' | 'sidebar.received', required
    - `companyId` string, uuid, required
    - `subscriptionId` string, uuid, required
    - `retryCount` integer
    - `nextRetryAt` string, date-time, nullable
    - `id` string, uuid, required
  - `total` integer, nullable
  - `cursor` integer, nullable
  - `limit` integer, nullable

## Other responses

- `422` — Validation Error

---

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