# Get Catalog Workspace Bindings

Launch stage: GA

`GET /api/2.1/unity-catalog/workspace-bindings/catalogs/{catalog_name}`

Gets workspace bindings of the catalog.
 The caller must be a metastore admin or an owner of the catalog.

API scopes: unity-catalog

## Path parameters

- `catalog_name` (string, optional)
  The name of the catalog.

## Returns

- `workspaces` (array of int64, optional)
  A list of workspace IDs

## Response

```json
{
  "workspaces": [
    0
  ]
}
```

