---
title: "GET /orgs/{org_id}/iam/actions"
method: GET
path: "/orgs/{org_id}/iam/actions"
tags: ["iam"]
---

# GET /orgs/{org_id}/iam/actions

`GET /orgs/{org_id}/iam/actions`

Catalog of grantable IAM actions for the organization.

## Path parameters

- `org_id` string, required

## Response `200`

Action catalog visible to this org

- ListActionsResBody
  - `actions` ActionInfo[], required — Grantable actions for the organization.
    - `description` string, required — One-sentence description of what the action allows.
    - `key` string, required — Action key to grant on a role.
    - `label` string, required — Short label for display.
    - `resource` ActionResourceInfo
      - `kind` string, required — Stable wire name for the resource kind (for example `project` or `project_env`).
      - `segments` string[], required — Ordered segment names that make up the resource path template.
      - `template` string, required — Example resource path with `{id}` placeholders.

## Other responses

- `403` — Forbidden

## Changes

- **2026-06-05** `45de91fcec33` — 1 info
  - endpoint added
- **2026-03-16** `eb2c08128881` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/orgs/:org_id/iam/actions/get.md)

---

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