---
title: "Get System Analysis"
method: GET
path: "/system_analysis/{id}"
tags: ["System Analysis"]
---

# Get System Analysis

`GET /system_analysis/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- GetSystemAnalysisResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` SystemAnalysis, required
    - `attributes` SystemAnalysisAttributes, required
      - `edges` SystemAnalysisEdge[], required
        - `attributes` SystemAnalysisTopologyEdgeAttributes, required
          - `description` string, required
          - `snapshotRelationship` KnowledgeGraphSnapshotRelationship, required
            - `attributes` KnowledgeGraphSnapshotRelationshipAttributes, required
              - …
            - `id` string, required
        - `id` string, required
      - `knowledgeGraphSnapshot` KnowledgeGraphSnapshot
        - `attributes` KnowledgeGraphSnapshotAttributes, required
          - `asOf` string, date-time, required
          - `createdAt` string, date-time, required
          - `entities` KnowledgeGraphSnapshotEntity[], required
            - `attributes` KnowledgeGraphSnapshotEntityAttributes, required
              - …
            - `id` string, required
          - `relationships` KnowledgeGraphSnapshotRelationship[], required
            - `attributes` KnowledgeGraphSnapshotRelationshipAttributes, required
              - …
            - `id` string, required
          - `scope` string, required
          - `scopeProperties` object, required
        - `id` string, required
      - `nodes` SystemAnalysisNode[], required
        - `attributes` SystemAnalysisNodeAttributes, required
          - `description` string, required
          - `position` SystemAnalysisDiagramPosition, required
            - `x` number, double, required
            - `y` number, double, required
            - `z` number, double
          - `snapshotEntity` KnowledgeGraphSnapshotEntity, required
            - `attributes` KnowledgeGraphSnapshotEntityAttributes, required
              - …
            - `id` string, required
        - `id` string, required
    - `id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-07-13** (v1) `20b68d4c1a5d` — 1 breaking, 3 warning, 3 info
  - removed the required property `data/attributes/nodes/items/attributes/snapshotEntity/attributes/aliases` from the response with the `200` status
  - removed the optional property `data/attributes/edges/items/attributes/snapshotRelationship/attributes/knowledgeRelationshipId` from the response with the `200` status
  - removed the optional property `data/attributes/nodes/items/attributes/snapshotEntity/attributes/knowledgeEntityId` from the response with the `200` status
  - removed the optional property `data/attributes/topologySnapshot` from the response with the `200` status
  - …3 more
- **2026-06-24** (v1) `eb0846e58abc` — 3 warning, 4 info
  - removed the optional property `data/attributes/edges/items/attributes/snapshotRelationship/attributes/relationshipId` from the response with the `200` status
  - removed the optional property `data/attributes/knowledgeGraphSnapshot` from the response with the `200` status
  - removed the optional property `data/attributes/nodes/items/attributes/snapshotEntity/attributes/entityId` from the response with the `200` status
  - added the optional property `data/attributes/edges/items/attributes/snapshotRelationship/attributes/knowledgeRelationshipId` to the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/rezible/apis/rezible-api/changes/system_analysis/:id/get.md)

---

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