---
title: "Get Workspace"
method: GET
path: "/workspaces"
tags: ["Workspaces"]
---

# Get Workspace

`GET /workspaces`

Get workspace details.

Returns details about the workspace associated with the user's session.

Returns:
    Workspace: The details of the workspace.

Raises:
    HTTPException: If the user does not have permission to perform this action.

## Response `200`

Successful Response

- Workspace[]
  - `id` string, nullable
  - `name` string, required
  - `description` string, nullable
  - `type` string, nullable, required

## Changes

> 359 revisions in range; 46 could not be searched.

- **2025-06-27** `e3e84db47198` — 2 info
  - api tag `Workspace` added
  - api tag `Workspaces` removed

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/workspaces/get.md)

---

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