---
title: "Get CI Relation Types"
method: GET
path: "/cis/relation-types"
tags: ["CIs"]
---

# Get CI Relation Types

`GET /cis/relation-types`

Retrieve a list of CI relation types configured in SysAid.

## Response `200`

List of CI relation types.

- CIRelationType[]
  - `relationType` string, required — Name of the direct CI relation type.
  - `oppositeRelationType` string, required — Name of the opposite CI relation type.
  - `id` integer, required — The ID of the CI relation type.
  - `isStandard` boolean, required — Indicates whether the CI relation type is standard or custom.

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