---
title: "List supply chains"
method: GET
path: "/v1/supplychains"
tags: ["Supply Chain Intelligence"]
---

# List supply chains

`GET /v1/supplychains`

Retrieve supply chain IDs for an organization. Most organizations will only have one supply chain ID.<br><br>This endpoint does not cost credits to execute.

## Query parameters

- `organization_id` string, uuid, required — The ID of a Censys organization to associate the request with. See the [Getting Started docs](https://docs.censys.com/reference/get-started#step-3-find-and-use-your-organization-id-optional) for more information.
- `page_size` integer — Maximum number of supply chains to return per page.
- `page_token` string — Pagination token from a previous response to retrieve the next page of results.

## Headers

- `X-Organization-ID` string, uuid — The ID of a Censys organization to associate the request with. See the [Getting Started docs](https://docs.censys.com/reference/get-started#step-3-find-and-use-your-organization-id-optional) for more information. Note: The header parameter is supported for atypical use cases; we recommend always providing this field via the query parameter.

## Response `200`

Supply chains listed successfully

- ResponseEnvelopeSupplyChainListPayload
  - `result` SupplyChainListPayload
    - `next_page_token` string — Pagination token for the next page of results, if any.
    - `supply_chains` SupplyChainListItem[], nullable, required — Supply chains for the organization.
      - `id` string, uuid, required — The ID of the supply chain.
      - `long_summary` string — A long AI-generated summary of the supply chain.
      - `short_summary` string — A short AI-generated summary of the supply chain.
      - `total_suppliers` integer, required — The number of suppliers in the supply chain.

## Other responses

- `400` — Invalid arguments
- `401` — Request does not contain a valid Authorization token
- `403` — User does not have permission to access this data
- `409` — Conflict
- `422` — Invalid inputs
- `500` — Internal server error

---

[API](https://skmtc.net/censys/apis/censys-platform-api.md) · [All operations](https://skmtc.net/censys/apis/censys-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/censys/censys-platform-api/revisions/261c916bf05b/schema)
