---
title: "List"
method: GET
path: "/devices/{deviceId}/incomings"
tags: ["Devices / Incomings"]
---

# List

`GET /devices/{deviceId}/incomings`

Required scope: devices:read

## Path parameters

- `deviceId` string, required

## Query parameters

- `scope` string
- `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
  - `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)
