# Get

Launch stage: GA

`GET /api/2.1/unity-catalog/current-metastore-assignment`

Gets the metastore assignment for the workspace being accessed.

API scopes: unity-catalog

## Returns

Returns the MetastoreAssignment object.

## Response

```json
{
  "workspace_id": 0,
  "metastore_id": "string",
  "default_catalog_name": "string"
}
```

