---
title: "Get effective actions for a resource"
method: GET
path: "/v1/permissions/resources/{resourceId}"
tags: ["Permission"]
---

# Get effective actions for a resource

`GET /v1/permissions/resources/{resourceId}`

Returns the caller's effective actions on the given resource.

## Response `200`

OK

- EffectiveActions — Actions the caller can perform on a resource after ReBAC evaluation.
  - `actions` Action[], required

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `403` — Forbidden
- `404` — The requested resource not found
- `500` — Internal Server Error

## Changes

- **2026-08-20** `5944dd353648` — 1 breaking, 1 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the required property `actions` to the response with the `200` status
- **2025-11-10** `a7da8637f63d` — 1 info
  - added the required property `items/target_type` to the response with the `200` status
- **2023-06-14** `1057260fde29` — 1 info
  - endpoint added
- **2023-03-18** `f157ff402bc1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/opcotech/apis/elemo-api/changes/v1/permissions/resources/:resourceId/get.md)

---

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