---
title: "Get system information"
method: GET
path: "/system/info"
tags: ["System"]
---

# Get system information

`GET /system/info`

This operation retrieves information about the running registry system, such as the version
of the software and when it was built.

## Response `200`

On success, returns the system information.

- SystemInfo
  - `name` string
  - `description` string
  - `version` string
  - `builtOn` string, date-time

## Other responses

- `500` — Common response for all operations that can fail with an unexpected server error.

---

[API](https://skmtc.net/apicurio/apis/apicurio-registry-api-v3.md) · [All operations](https://skmtc.net/apicurio/apis/apicurio-registry-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apicurio/apicurio-registry-api-v3/revisions/c39cb56d7dbc/schema)
