---
title: "Get CI Relations for a Specific CI by ID"
method: GET
path: "/cis/{ciId}/relations"
tags: ["CIs"]
---

# Get CI Relations for a Specific CI by ID

`GET /cis/{ciId}/relations`

Retrieve all CI relations for a specific CI by its ID.

## Response `200`

List of all CI relations for a specific CI by its ID.

- CIRelationResponse[]
  - `targetCiId` integer, required — The ID of the linked target CI.
  - `relationTypeId` integer, required — The unique identifier of the CI relation type.
  - `srcDependencyRole` 'affecting' | 'affected_by', required — Indicates the CI relation affecting role.

## Other responses

- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found

---

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