---
title: "GET /"
method: GET
path: "/"
tags: ["Home"]
---

# GET /

`GET /`

Returns a document describing the current Octopus Server and links to other parts of the API.

## Response `200`

Success

- RootResource
  - `ApiVersion` string
  - `Application` string
  - `HasLongTermSupport` boolean — Every release from 2020.1 onwards of Octopus Server comes with long-term support. I wanted to remove this from the API, but that would be a breaking change. @michaelnoonan 2020-04-20
  - `Id` string — Gets or sets a unique identifier for this resource.
  - `InstallationId` string, uuid
  - `IsEarlyAccessProgram` boolean
  - `LastModifiedBy` string — Gets or sets the username of the user who last modified this resource.
  - `LastModifiedOn` string, date-time — Gets or sets the date/time that this resource was last modified.
  - `Links` object — Gets or sets a dictionary of links to other related resources. These links can be used to navigate the resources on the server.
  - `Version` string

---

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