---
title: "List gateways"
method: GET
path: "/v1/gateways"
tags: ["Gateways"]
---

# List gateways

`GET /v1/gateways`

Returns a paginated list of gateways for the current project

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- SchemasOffsetPageSchemasGatewayResponse
  - `items` SchemasGatewayResponse[]
    - `allowed_passthrough_headers` string[]
    - `auth_type` string
    - `binding` SchemasBindingResponse
      - `id` string
      - `type` 'static' | 'tenant' | 'project' | 'account'
    - `created_at` string
    - `description` string
    - `id` string
    - `instructions` string
    - `name` string
    - `slug` string
    - `status` string
    - `tool_filter` SchemasToolFilterResponse
      - `allowed_tools` string[]
    - `updated_at` string
  - `limit` integer
  - `offset` integer
  - `page_count` integer
  - `total_count` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2026-04-15** `872f878f0f5d` — 1 info
  - added the optional property `items/items/allowed_passthrough_headers` to the response with the `200` status
- **2026-02-20** `13d86377193e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/arcadeai/apis/arcade-api/changes/v1/gateways/get.md)

---

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