---
title: "Get a workspace"
method: GET
path: "/workspaces/{keyOrId}"
tags: ["Workspaces"]
---

# Get a workspace

`GET /workspaces/{keyOrId}`

Retrieve a single Workspace by its ID or key

## Path parameters

- `keyOrId` string, required — Workspace key or ID

## Response `200`

Retrieve the workspace

- Workspace
  - `id` string, required
  - `key` string, required
  - `avatarUrl` string, required
  - `providerUrl` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Rate Limit Exceeded
- `500` — Internal Server Error

---

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