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

# List Workspaces

`GET /workspaces`

## Response `200`

Successful Response

- WorkspaceResponse[]
  - `id` string, required
  - `owner_user_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `created_at` string, date-time, required
  - `team_id` string, nullable
  - `repos` WorkspaceMemberResponse[], nullable
    - `repo_id` string, required
    - `alias` string, nullable
    - `tags` string[]
    - `added_at` string, date-time, required
  - `stale_members` StaleMemberResponse[], nullable
    - `repo` string, required
    - `reason` string, required
    - `repo_id` string, nullable
  - `stale_member_count` integer
  - `inaccessible_member_count` integer
  - `answering_member_count` integer
  - `stale_member_remedy` string, nullable
  - `has_indexed_snapshot` boolean

## Changes

- **2026-09-23** `8c05b8b9a5c4` — 1 info
  - added the optional property `items/repos/anyOf[subschema #1]/items/tags` to the response with the `200` status
- **2026-09-18** `d1694e41a8a1` — 6 info
  - added the optional property `items/answering_member_count` to the response with the `200` status
  - added the optional property `items/has_indexed_snapshot` to the response with the `200` status
  - added the optional property `items/inaccessible_member_count` to the response with the `200` status
  - added the optional property `items/stale_member_count` to the response with the `200` status
  - …2 more

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

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/8c05b8b9a5c4?raw)
