---
title: "Get webhook logs"
method: GET
path: "/hooks/{hookId}/logs"
tags: ["Hooks / Logs"]
---

# Get webhook logs

`GET /hooks/{hookId}/logs`

Retrieves a list of the specified webhook execution logs. Use the `to` and `from` parameters to filter the returned logs. The response contains:

- `statusId`: the status of the webhook execution; `1` means successful execution, `3` means failed execution
 - `loggedAt`: the moment when Make created the log
 - `id`: the ID of the webhook execution log

## Path parameters

- `hookId` integer, required

## Query parameters

- `to` integer
- `from` integer
- `pg[sortBy]` string
- `pg[offset]` integer
- `pg[sortDir]` 'asc' | 'desc'
- `pg[limit]` integer

## Response `200`

Successful response

- object
  - `hookLogs` object[]
    - `statusId` integer
    - `parser` string
    - `replayable` boolean
    - `sizes` object
      - `before` integer
      - `after` integer
    - `loggedAt` string, date-time
    - `udids` string[]
    - `typeId` integer
    - `id` integer
    - `appParser` string
    - `imtId` string
  - `pg` object
    - `last` string
    - `showLast` boolean
    - `sortBy` string
    - `sortDir` string
    - `limit` integer
    - `offset` integer

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
