---
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

---

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