Skip to main content
GET
/
orgs
/
{org_id}
/
iam
/
actions
cURL
curl --request GET \
  --url https://api.timbal.ai/orgs/{org_id}/iam/actions \
  --header 'Authorization: Bearer <token>'
{
  "actions": [
    {
      "description": "<string>",
      "key": "<string>",
      "label": "<string>",
      "resource": {
        "kind": "<string>",
        "segments": [
          "<string>"
        ],
        "template": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required

Response

Action catalog visible to this org

actions
object[]
required

Every action this org may grant on a role, in catalog order. Group on the client by the first dot-segment of key (e.g. users.* → "Users", notification_channels.* → "Notification channels").