---
title: "GET /api/workspaces/{workspace_id}/permissions/"
method: GET
path: "/api/workspaces/{workspace_id}/permissions/"
tags: ["Workspaces"]
---

# GET /api/workspaces/{workspace_id}/permissions/

`GET /api/workspaces/{workspace_id}/permissions/`

Returns a the permission data necessary to determine the permissions of a specific user over a specific workspace. 
See `core.handler.CoreHandler.get_permissions()` for more details.

## Path parameters

- `workspace_id` integer, required

## Response `200`

- PermissionObject[]
  - `name` string, required — The permission manager name.
  - `permissions` unknown, required

## Other responses

- `404`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
