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

# List accessible workspaces

`GET /workspaces`

Returns the workspaces available to the authenticated public API key, including each workspace's public ID, name, creation timestamp, and caller role.

## Response `200`

Accessible workspaces returned.

- object
  - `workspaces` object[], required
    - `workspace_id` string, required — Workspace identifier
    - `name` string, required — Workspace name
    - `created_at` integer, nullable, required
    - `role` string, required — Workspace role

## Other responses

- `400` — 400
- `401` — 401
- `402` — 402
- `403` — 403
- `404` — 404
- `409` — 409
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/florafauna-ai/apis/flora-ai-api.md) · [All operations](https://skmtc.net/florafauna-ai/apis/flora-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/florafauna-ai/flora-ai-api/versions/2f4a714f8ce9/schema)
