---
title: "Get All Workspace Permissions"
method: GET
path: "/workspaces/permissions"
---

# Get All Workspace Permissions

`GET /workspaces/permissions`

Get all workspace permissions.

Returns a list of all available workspace permissions.

Returns:
    List[Permission]: A list of Permission objects representing the available workspace permissions.

Raises:
    HTTPException: If there is an error retrieving the workspace permissions.

## Response `200`

Successful Response

- Permission[]

## Changes

- **2025-06-27** `e3e84db47198` — 7 warning, 33 info
  - added the new `create_application` enum value to the `items/` response property for the response status `200`
  - added the new `create_secret` enum value to the `items/` response property for the response status `200`
  - added the new `delete_annotations` enum value to the `items/` response property for the response status `200`
  - added the new `delete_application` enum value to the `items/` response property for the response status `200`
  - …36 more

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/workspaces/permissions/get.md)

---

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