---
title: "Get List of CIs"
method: GET
path: "/cis"
tags: ["CIs"]
---

# Get List of CIs

`GET /cis`

Retrieves a list of configuration items (CIs) from your SysAid CMDB.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Returns a list of CIs.

- GetCIsResponse
  - `limit` integer — The number of items that are returned per page
  - `offset` integer — The offset used for pagination.
  - `total` integer — The total number of elements across all pages.
  - `data` CI[]
    - `id` integer — Unique identifier of the CI.
    - `name` string — Name of the CI.

## Other responses

- `401` — Authentication information is missing or invalid

---

[API](https://skmtc.net/sysaid/apis/sysaid-public-api.md) · [All operations](https://skmtc.net/sysaid/apis/sysaid-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysaid/sysaid-public-api/revisions/38a43a1b2981/schema)
