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

# Get

`GET /workspace`

Returns information about the workspace.

## Headers

- `Authorization` string, required

## Response `200`

Success response

- WorkspaceGetResponse200
  - `active_conversations` integer, required — Number of conversations currently in progress for this workspace.
  - `max_active_conversations` integer, required — Maximum number of concurrent conversations allowed for this workspace.
  - `logo_url` string, nullable, required — URL of the workspace logo (PNG or SVG), or null if not set.
  - `invite_link_allowed_domains` string[], required — Email domains allowed to join the workspace via invite link.
  - `ip_allowlist` string[], required — IP addresses or CIDR ranges allowed to access the workspace.

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

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