---
title: "Get all gateways"
method: GET
path: "/gateway/all"
tags: ["Gateways"]
---

# Get all gateways

`GET /gateway/all`

Retrieves a list of all available gateways.

## Response `200`

List of gateways retrieved successfully

- GatewayListResponseWrapper
  - `body` GatewayListResult
    - `results` GatewayResponse[] — List of gateways
      - `name` string — Name of the gateway
      - `description` string — Description of the gateway
      - `url` string — URL of the gateway
      - `subject` string — Subject identifier of the gateway
      - `active` boolean — Whether the gateway is active
      - `timeout` integer — Timeout in milliseconds for gateway requests
      - `limit` Limit
        - `request` integer — Maximum number of requests allowed
        - `time` integer — Time window for rate limiting in milliseconds
      - `middleware` Middleware[] — List of middleware applied to the gateway
        - `order` integer — Execution order of the middleware
        - `resource` string — Resource identifier for the middleware function
        - `resource_type` 'function' | 'service' — Type of resource the middleware points to
        - `resource_version` string — Version of the middleware resource to use
        - `type` 'pre-request' | 'post-request' — When the middleware should execute
      - `modified` integer — Unix timestamp of when the gateway was last modified
      - `type` string — Type of the gateway record
    - `results_total` integer — Total number of gateways returned
  - `metadata` Metadata
    - `subject` string — Subject identifier for the resource

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway-4.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway-4/revisions/c040b7174eb9/schema)
