---
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
      - `entries` SystemAnalysisEntry[], required
        - `attributes` SystemAnalysisEntryAttributes, required
          - `body` string
          - `kind` 'observation' | 'context' | 'decision' | 'action' | 'finding' | 'recommendation', required
          - `occurredAt` string, date-time
          - `properties` object, required
          - `sequence` integer, required
          - `subjects` SystemAnalysisEntrySubject[], required
            - `attributes` SystemAnalysisEntrySubjectAttributes, required
              - …
            - `id` string, required
          - `title` string, required
        - `id` string, required
      - `referenceTime` string, date-time
      - `scopeEntityId` string
      - `subjectEntityId` string
    - `id` string, required

## Other responses

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

## Changes

- **2026-08-17** (v1) `f01c56c8a294` — 2 breaking, 4 info
  - removed the required property `data/attributes/edges` from the response with the `200` status
  - removed the required property `data/attributes/nodes` from the response with the `200` status
  - added the optional property `data/attributes/referenceTime` to the response with the `200` status
  - added the optional property `data/attributes/scopeEntityId` to the response with the `200` status
  - …2 more
- **2026-07-29** (v1) `6e29faf92044` — 2 warning, 2 info
  - removed the optional property `data/attributes/edges/items/attributes/knowledgeRelationship/attributes/latestEvidence` from the response with the `200` status
  - removed the optional property `data/attributes/nodes/items/attributes/knowledgeEntity/attributes/latestEvidence` from the response with the `200` status
  - added the optional property `data/attributes/edges/items/attributes/knowledgeRelationship/attributes/latestState` to the response with the `200` status
  - added the optional property `data/attributes/nodes/items/attributes/knowledgeEntity/attributes/latestState` to the response with the `200` status
- …earlier changes not shown

[Full 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/f01c56c8a294/schema)
