---
title: "GET /workbenches"
method: GET
path: "/workbenches"
tags: ["Workbench"]
---

# GET /workbenches

`GET /workbenches`

Retrieves the list of accessible workbenches for the company

## Query parameters

- `Query` string, required
- `Page` integer
- `PageSize` integer

## Response `200`

OK

- WorkbenchInfoSearchResults
  - `results` WorkbenchInfo[], nullable
    - `id` string, uuid
    - `companyId` string, uuid
    - `name` string, nullable
    - `description` string, nullable
    - `created` string, date-time
    - `lastModified` string, date-time
    - `frequency` 0 | 1 | 2 | 4 | 12 | 52 | 365 | 1000 — The frequency of the data. Daily: 365 Weekly: 52 Monthly: 12 Quarterly: 4 SemiAnnual: 2 Annual: 1
    - `owner` string, nullable
    - `count` integer
    - `tags` string[], nullable
  - `page` integer
  - `pageSize` integer
  - `totalResults` integer

## Other responses

- `429` — If the user has sent too many requests

---

[API](https://skmtc.net/prevedere/apis/board-foresight-api-v1.md) · [All operations](https://skmtc.net/prevedere/apis/board-foresight-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prevedere/board-foresight-api-v1/revisions/c5ac8232e334/schema)
