---
title: "Query a gateway service"
method: GET
path: "/v1/gateways/{id}"
---

# Query a gateway service

`GET /v1/gateways/{id}`

Search for a specific or all gateway services on your PowerBoard account.

## Path parameters

- `id` string, required

## Query parameters

- `skip` string
- `limit` string
- `sortkey` string
- `sortdirection` string
- `search` string

## Headers

- `x-user-secret-key` string, required
- `Content-Type` string, required

## Response `200`

200

- object
  - `status` integer
  - `error` unknown
  - `resource` object
    - `type` string
    - `data` object[]
      - `created_at` string
      - `updated_at` string
      - `type` string
      - `name` string
      - `_id` string
      - `default` boolean
      - `archived` boolean
      - `mode` string
    - `skip` integer
    - `limit` integer
    - `sortkey` string
    - `sortdirection` string
    - `count` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/commbank/apis/powerboard-api.md) · [All operations](https://skmtc.dev/commbank/apis/powerboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/commbank/powerboard-api/revisions/2ef3ed32f8c2/schema)
