---
title: "Fetch the current instance"
method: GET
path: "/instance"
tags: ["Instance Settings"]
---

# Fetch the current instance

`GET /instance`

Fetches the current instance

## Response `200`

Success

- Instance
  - `object` 'instance', required — String representing the object's type. Objects of the same type share the same value.
  - `id` string, required
  - `environment_type` string, required
  - `allowed_origins` string[], nullable, required
  - `workspace_id` string, nullable, required — The ID of the Clerk workspace that owns the instance's application. It is null when the application has no owner.

---

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