---
title: "Get a gateway"
method: GET
path: "/v1/gateways/{gateway_id}"
tags: ["Gateways"]
---

# Get a gateway

`GET /v1/gateways/{gateway_id}`

Returns a single gateway by ID

## Path parameters

- `gateway_id` string, required

## Response `200`

OK

- 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

## Other responses

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

## Changes

- **2026-04-15** `872f878f0f5d` — 1 info
  - added the optional property `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/:gateway_id/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)
