---
title: "Get system info"
method: GET
path: "/wiki/rest/api/settings/systemInfo"
tags: ["Settings"]
---

# Get system info

`GET /wiki/rest/api/settings/systemInfo`

Returns the system information for the Confluence Cloud tenant. This
information is used by Atlassian.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to access the Confluence site ('Can use' global permission).

## Response `200`

Returned if the system information for the Confluence Cloud tenant
is returned.

- SystemInfoEntity, nullable
  - `cloudId` string, required
  - `commitHash` string, required
  - `baseUrl` string
  - `fallbackBaseUrl` string
  - `edition` string
  - `siteTitle` string
  - `defaultLocale` string
  - `defaultTimeZone` string
  - `microsPerimeter` string

## Other responses

- `403` — Returned when the user does not have permission to view the system information.

---

[API](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api/revisions/70088490f406/schema)
