---
title: "List Components"
method: GET
path: "/component/list/{statuspage_id}"
tags: ["Components"]
---

# List Components

`GET /component/list/{statuspage_id}`

List all components and their associated containers for a status page.

## Path parameters

- `statuspage_id` string, required

## Headers

- `x-api-id` string, required
- `x-api-key` string, required

## Response `200`

OK

- object
  - `result` object[]
    - `v` number
    - `id` string
    - `containers` object[], required
      - `v` number
      - `id` string
      - `location` string, required
      - `name` string, required
    - `name` string, required
    - `position` number, required
    - `statuspage` string, required
  - `status` object
    - `error` string
    - `message` string

---

[API](https://skmtc.net/status/apis/status-io-api-v2.md) · [All operations](https://skmtc.net/status/apis/status-io-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/status/status-io-api-v2/revisions/6054bf6d1a84/schema)
