---
title: "List Components"
method: GET
path: "/components"
tags: ["Components"]
---

# List Components

`GET /components`

## Query parameters

- `sort` string
- `include` string
- `per_page` integer
- `page` integer
- `filter[status]` 1 | 2 | 3 | 4 | 5 | 6
- `filter[name]` string
- `filter[enabled]` boolean

## Response `200`

Paginated set of `Component`

## Changes

- **2026-06-25** `89a65793461c` — 2 info
  - added the required property `included/items/anyOf[subschema #1: ComponentGroup]/attributes/order_column` to the response with the `200` status
  - added the required property `included/items/anyOf[subschema #1: ComponentGroup]/attributes/order_direction` to the response with the `200` status
- **2026-06-18** `1584b3ec7df7` — 1 info
  - added the required property `included/items/anyOf[subschema #1: ComponentGroup]/attributes/collapsed` to the response with the `200` status
- **2026-01-07** `3fcf13eb3b22` — 1 breaking, 1 info
  - removed the required property `included/items/anyOf[subschema #2: Incident]/attributes/component_id` from the response with the `200` status
  - added the optional property `included/items/anyOf[subschema #2: Incident]/attributes/components_count` to the response with the `200` status
- **2025-12-02** `b912f4471de4` — 1 info
  - added the optional property `data/items/attributes/pivot` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/cachethq/apis/cachet/changes/components/get.md)

---

[API](https://skmtc.dev/cachethq/apis/cachet.md) · [All operations](https://skmtc.dev/cachethq/apis/cachet/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cachethq/cachet/revisions/b7fcc33d06e5/schema)
