---
title: "Bot Workspaces Route"
method: GET
path: "/api/v1/bot/workspaces"
tags: ["bot"]
---

# Bot Workspaces Route

`GET /api/v1/bot/workspaces`

The workspaces this platform user is linked to (for the /switch picker).

## Query parameters

- `provider` string, required
- `platform_user_id` string, required

## Response `200`

Successful Response

- EnvelopeBotWorkspacesResult
  - `data` BotWorkspacesResult, required
    - `workspaces` BotWorkspace[], required
      - `workspace_id` string, required
      - `name` string, nullable
      - `active` boolean
  - `meta` Meta
    - `request_id` string
    - `timestamp` string, date-time
    - `total` integer, nullable
    - `truncated` boolean, nullable
    - `reply_total` integer, nullable
    - `metric_total` integer, nullable
    - `people_total` integer, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-04** `6be81c2b5273` — 5 info
  - added the optional property `meta/metric_total` to the response with the `200` status
  - added the optional property `meta/people_total` to the response with the `200` status
  - added the optional property `meta/reply_total` to the response with the `200` status
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-03T19:42:04.697120"}` to `{"request_id":"","timestamp":"2026-09-04T03:53:05.348646"}` for the status `200`
  - …1 more
- **2026-09-03** `dd130eae1c32` — 2 info
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-03T04:12:49.531787"}` to `{"request_id":"","timestamp":"2026-09-03T19:42:04.697120"}` for the status `200`
  - the `timestamp` response's property default value changed from `2026-09-03T04:12:49.531787` to `2026-09-03T19:42:04.697120` for the status `200`
- **2026-09-03** `1ced22f7f72c` — 2 info
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-02T16:58:28.431377"}` to `{"request_id":"","timestamp":"2026-09-03T04:12:49.531787"}` for the status `200`
  - the `timestamp` response's property default value changed from `2026-09-02T16:58:28.431377` to `2026-09-03T04:12:49.531787` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/minro/apis/minro-cs-platform/changes/api/v1/bot/workspaces/get.md)

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minro/minro-cs-platform/revisions/6be81c2b5273/schema)
