---
title: "GET /api/v1/instance/profile"
method: GET
path: "/api/v1/instance/profile"
tags: ["InstanceService"]
---

# GET /api/v1/instance/profile

`GET /api/v1/instance/profile`

Gets the instance profile.

## Response `200`

OK

- InstanceProfile — Instance profile message containing basic instance information.
  - `owner` string — The name of instance owner. Format: users/{user}
  - `version` string — Version is the current version of instance.
  - `mode` string — Mode is the instance mode (e.g. "prod", "dev" or "demo").
  - `instanceUrl` string — Instance URL is the URL of the instance.

## Other responses

- `default` — Default error response

## Changes

- **2025-12-15** `d740073f088f` — 4 warning, 2 info
  - removed the optional property `admin` from the response with the `200` status
  - removed the optional property `commit` from the response with the `200` status
  - removed the optional property `demo` from the response with the `200` status
  - removed the optional property `needsSetup` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/usememos/apis/untitled-api/changes/api/v1/instance/profile/get.md)

---

[API](https://skmtc.dev/usememos/apis/untitled-api.md) · [All operations](https://skmtc.dev/usememos/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usememos/untitled-api/revisions/d740073f088f/schema)
