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

# Get workspace

`GET /api/v1/public/workspace`

Return the workspace associated with the authenticated API key.

## Response `200`

Successful Response

- WorkspaceResponse
  - `id` string, required
  - `name` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Changes

> 16 revisions in range; 3 could not be searched.

- **2026-07-26** `e7248cb2f50b` — 1 breaking, 4 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the required property `createdAt` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - added the required property `name` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/v1/public/workspace/get.md)

---

[API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.dev/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/6155db644bab/schema)
