> For the complete documentation index, see [llms.txt](https://developers.gleantap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.gleantap.com/fetch-data/workrooms.md).

# Workrooms

## Get list of workrooms

> Retrieve the list of available workrooms for the account

```json
{"openapi":"3.0.0","info":{"title":"Gleantap External API","version":"1.0.0"},"tags":[{"name":"Workrooms","description":"Workrooms"}],"servers":[{"url":"https://api.gleantap.com","description":"Production server"}],"paths":{"/v2/ExternalApi/getWorkrooms":{"get":{"tags":["Workrooms"],"summary":"Get list of workrooms","description":"Retrieve the list of available workrooms for the account","operationId":"d3c89fe65c44c387ea2526468f56baa4","parameters":[{"name":"X-API-KEY","in":"header","description":"Your API key","required":true,"schema":{"type":"string"}},{"name":"X-SECRET-KEY","in":"header","description":"Your Secret key","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Workrooms list retrieved successfully","content":{"application/json":{"schema":{"properties":{"status":{"type":"string"},"workrooms":{"type":"array","items":{"properties":{"app_id":{"type":"string"},"app_name":{"type":"string"},"integrations":{"type":"array","items":{"properties":{"type":{"type":"string"},"status":{"type":"string"},"data":{"type":"object"}},"type":"object"}}},"type":"object"}}},"type":"object"}}}},"401":{"description":"Invalid API key or secret key"},"429":{"description":"Too many requests in a day"}}}}}}
```
