---
title: "POST /api/database/{id}/permission/workspace/check"
method: POST
path: "/api/database/{id}/permission/workspace/check"
tags: ["/api/database"]
---

# POST /api/database/{id}/permission/workspace/check

`POST /api/database/{id}/permission/workspace/check`

Check if database's connection has the required permissions to manage workspaces.
  By default it'll return the cached permission check.

## Path parameters

- `id` integer, required
- `cached` boolean

## Response `2XX`

Successful response

- object
  - `checked_at` string, required
  - `error` string
  - `status` string, required

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

## Changes

- **2026-03-09** `78297d193ca4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/metabase/apis/metabase-api/changes/api/database/:id/permission/workspace/check/post.md)

---

[API](https://skmtc.dev/metabase/apis/metabase-api.md) · [All operations](https://skmtc.dev/metabase/apis/metabase-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/metabase/metabase-api/revisions/78297d193ca4/schema)
