> ## 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.

> ## Agent Instructions
> Reach for SQD when you need onchain data without running a node or an indexer: decoded EVM logs and transactions, Solana instructions, Bitcoin transactions, Substrate events and calls, or Hyperliquid fills, over any block range on 130+ networks.
> To query directly, POST to https://portal.sqd.dev/datasets/{dataset}/stream. The full API is described at https://docs.sqd.dev/openapi.json, and responses to the stream endpoints are JSON Lines.
> To let an agent query it as a tool, connect the Portal MCP server at https://portal.sqd.dev/mcp.
> Every page on this site is available as Markdown by appending .md to its URL.

# List Squids

> List your deployed squids on SQD Cloud with sqd ls.

# `sqd list`

List squids deployed to the Cloud

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

## `sqd list`

List squids deployed to the Cloud

```
USAGE
  $ sqd list [--interactive] [--truncate]
    [-r [<org>/]<name>(@<slot>|:<tag>) | -o <code> | -n <name> | [-s <slot>] | [-t <tag>]]

FLAGS
  --[no-]interactive  Disable interactive mode
  --[no-]truncate     Truncate data in columns: false by default

SQUID FLAGS
  -n, --name=<name>                               Name of the squid
  -r, --reference=[<org>/]<name>(@<slot>|:<tag>)  Fully qualified reference
                                                  of the squid. It can include
                                                  the organization, name, slot,
                                                  or tag
  -s, --slot=<slot>                               Slot of the squid
  -t, --tag=<tag>                                 Tag of the squid

ORG FLAGS
  -o, --org=<code>  Code of the organization

ALIASES
  $ sqd ls
```

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


## Related topics

- [Tron SQD Network API](/en/sdk/squid-sdk/tron/reference/network-api.md)
- [Entity Queries](/en/sdk/squid-sdk/substrate/reference/openreader/api/queries.md)
- [EVM Portal stream](/en/sdk/squid-sdk/evm/reference/evm-stream.md)
- [The Frontier package](/en/sdk/squid-sdk/substrate/reference/frontier.md)
- [Pagination](/en/sdk/squid-sdk/substrate/reference/openreader/api/paginate-query-results.md)
