---
title: "Gets all chains"
method: GET
path: "/v1/chains"
---

# Gets all chains

`GET /v1/chains`

## Response `200`

- ChainsV1 — A list of chains.
  - `chains` ChainV1[], required
    - `id` string, required — Unique identifier of the chain
    - `created_at` string, date-time, required — Time the chain was created in ISO 8601 format
    - `name` string, required — Name of the chain
    - `deployments_count` integer, required — Number of deployments of the chain
    - `team_name` string, required — Name of the team associated with the chain

---

[API](https://skmtc.net/baseten/apis/baseten-inference-api.md) · [All operations](https://skmtc.net/baseten/apis/baseten-inference-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baseten/baseten-inference-api/versions/a55a2f64c3c5/schema)
