---
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

---

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