---
title: "Get webhook queue"
method: GET
path: "/hooks/{hookId}/incomings"
tags: ["Hooks / Incomings"]
---

# Get webhook queue

`GET /hooks/{hookId}/incomings`

Retrieves a list of webhook queue items waiting for processing with the specified webhook. The request response contains:

- the incoming payload hash
 - incoming data scope
 - the size of the data in bytes
 - timestamp of the moment when the data were placed in the processing queue

## Path parameters

- `hookId` integer, required

## Query parameters

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

## Response `200`

Successful response

- object
  - `incomings` object[]
    - `id` string
    - `scope` string
    - `size` integer
    - `created` string, date-time
    - `data` object
  - `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)
