---
title: "Get info"
method: GET
path: "/rest/servicedeskapi/info"
tags: ["Info"]
---

# Get info

`GET /rest/servicedeskapi/info`

This method retrieves information about the Jira Service Management instance such as software version, builds, and related links.

**[Permissions](#permissions) required**: None, the user does not need to be logged in.

## Response `200`

Returns the runtime information for the Jira Service Management instance.

- SoftwareInfoDTO
  - `_links` SelfLinkDTO
    - `self` string, uri
  - `buildChangeSet` string — Reference of the change set included in the build.
  - `buildDate` DateDTO
    - `epochMillis` integer — Date as the number of milliseconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), 1 January 1970.
    - `friendly` string — Date in a user-friendly text format.
    - `iso8601` string — Date in ISO8601 format.
    - `jira` string — Date in the format used in the Jira REST APIs, which is ISO8601 format but extended with milliseconds. For example, 2016-09-28T23:08:32.097+1000.
  - `isLicensedForUse` boolean — Indicates whether the instance is licensed (true) or not (false).
  - `platformVersion` string — Jira Platform version upon which Service Desk is based.
  - `version` string — Jira Service Management version.

## Other responses

- `500` — Internal Server Error.

---

[API](https://skmtc.net/atlassian/apis/service-management-public-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/service-management-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/service-management-public-rest-api/versions/d1dc1a13b783/schema)
