---
title: "List suppliers"
method: GET
path: "/v1/supplychains/{supply_chain_id}/suppliers"
tags: ["Supply Chain Intelligence"]
---

# List suppliers

`GET /v1/supplychains/{supply_chain_id}/suppliers`

Returns a paginated list of all suppliers in the given supply chain.<br><br>This endpoint does not cost credits to execute.

## Path parameters

- `supply_chain_id` string, uuid, required — The ID of a Censys supply chain. Obtain the supply chain ID using the [list supply chains endpoint](https://docs.censys.com/reference/v1-supply-chain-list-supply-chains#/) to find the IDs of your organization's supply chains.

## 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 suppliers to return per page.
- `page_token` string — Pagination token from a previous response to retrieve the next page of results.
- `order_by` 'id_asc' | 'id_desc' | 'name_asc' | 'name_desc' | 'created_at_asc' | 'created_at_desc' | 'updated_at_asc' | 'updated_at_desc' — Returned values ordering. Can sort by id, name, created at time and updated at time, and can order by ascending and descending 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`

Supplier information returned successfully

- ResponseEnvelopeListSuppliersPayload
  - `result` ListSuppliersPayload
    - `next_page_token` string — Pagination token for the next page of results, if any.
    - `suppliers` SupplyChainSupplier[], nullable, required — Suppliers in the supply chain.
      - `city` string, nullable, required — Supplier headquarters city.
      - `continent` string, nullable, required — Supplier headquarters continent.
      - `country` string, nullable, required — Supplier headquarters country.
      - `description` string, nullable, required — Supplier description.
      - `display_name` string, nullable, required — Supplier display name.
      - `exposure_count` integer, nullable — Number of exposures affecting the supplier's assets.
      - `id` string, uuid, required — Supplier ID.
      - `legal_name` string, nullable, required — Supplier legal name.
      - `matched_assets` integer, nullable — Number of assets associated with the supplier.
      - `misconfig_count` integer, nullable — Number of misconfigurations affecting the supplier's assets.
      - `region` string, nullable, required — Supplier headquarters region or state.
      - `risk_summary` string, nullable, required — AI generated overview summary of a supplier's risks.
      - `vuln_count` integer, nullable — Number of vulnerabilities affecting the supplier's assets.

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