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

# Get a List of CI Types

`GET /cis/types`

Retrieve a list of CI types.

## Query parameters

- `limit` integer
- `offset` integer
- `query` string

## Response `200`

A list of CI types.

- PaginatedCITypesList
  - `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` CIType[]
    - `id` integer, required — Unique identifier of the CI type.
    - `name` string, required — Name of the CI type.
    - `description` string, nullable, required — Description of the CI type.

## Other responses

- `401` — Authentication information is missing or invalid

---

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