---
title: "Get Jira instance info"
method: GET
path: "/rest/api/3/serverInfo"
tags: ["Server info"]
---

# Get Jira instance info

`GET /rest/api/3/serverInfo`

Returns information about the Jira instance.

This operation can be accessed anonymously.

**[Permissions](#permissions) required:** None.

## Response `200`

Returned if the request is successful.

- ServerInformation — Details about the Jira instance.
  - `baseUrl` string — The base URL of the Jira instance.
  - `buildDate` string, date-time — The timestamp when the Jira version was built.
  - `buildNumber` integer — The build number of the Jira version.
  - `deploymentType` string — The type of server deployment. This is always returned as *Cloud*.
  - `displayUrl` string — The display URL of the Jira instance.
  - `displayUrlConfluence` string — The display URL of Confluence.
  - `displayUrlServicedeskHelpCenter` string — The display URL of the Servicedesk Help Center.
  - `healthChecks` HealthCheckResult[] — Jira instance health check results. Deprecated and no longer returned.
    - `description` string — The description of the Jira health check item.
    - `name` string — The name of the Jira health check item.
    - `passed` boolean — Whether the Jira health check item passed or failed.
  - `scmInfo` string — The unique identifier of the Jira version.
  - `serverTime` string, date-time — The time in Jira when this request was responded to.
  - `serverTimeZone` string — The default timezone of the Jira server. In a format known as Olson Time Zones, IANA Time Zones or TZ Database Time Zones.
  - `serverTitle` string — The name of the Jira instance.
  - `version` string — The version of Jira.
  - `versionNumbers` integer[] — The major, minor, and revision version numbers of the Jira version.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/ec7f275dfee5/schema)
