---
title: "Get instance"
method: GET
path: "/instance"
tags: ["Instance"]
---

# Get instance

`GET /instance`

Returns detailed information about the instance for which the request is made.

## Response `200`

OK

- InstanceModel — A more detailed view of an instance.
  - `Key` string — Key of the instance.
  - `Name` string — Name of the instance.
  - `Features` string[] — The features which are enabled for this instance. Can contain the following values: - GoogleAnalytics4 - JavascriptImplementationSettings - SynonymSuggestions - Autocomplete - GuidedSelling - Recommendations - AccessTokens - Advisor - Filterwizard - Starter - ExportImport - PersonalMerchandising - SearchBannering - StatisticsReports - WeightedSearchAlgorithms
  - `IsInactive` boolean — Whether or not the instance is inactive.
  - `Status` 'Active' | 'Inactive' | 'New' — Status of the instance.
  - `Environment` 'Unknown' | 'Development' | 'Testing' | 'Acceptance' | 'Production' — Environment of the instance

---

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