> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Gateway Management

> Manage SQD Network gateway endpoints with the sqd gateways CLI.

# `sqd gateways`

Explore data sources for a squid

* [`sqd gateways list`](#sqd-gateways-list)

## `sqd gateways list`

List available gateways

```
USAGE
  $ sqd gateways list [--interactive] [-t <evm|substrate>] [-n <regex>] [-c <number>]

FLAGS
  -c, --chain=<number>        Filter by chain ID or SS58 prefix
  -n, --name=<regex>          Filter by network name
  -t, --type=<evm|substrate>  Filter by network type
      --[no-]interactive      Disable interactive mode

ALIASES
  $ sqd gateways ls
```

*See code: [src/commands/gateways/ls.ts](https://github.com/subsquid/squid-cli/blob/master/src/commands/gateways/ls.ts)*


## Related topics

- [Cursor management](/en/sdk/pipes-sdk/solana/guides/architecture-deep-dives/cursor-management.md)
- [Changelog](/changelog.md)
- [May 2026 gateway deprecations](/announcements/gateway-deprecations-may-2026.md)
- [Adding API keys to gateways](/announcements/gateway-api-keys.md)
- [Add an API key for legacy gateways](/en/sdk/squid-sdk/substrate/guides/migration/gateway-api-key.md)
