---
title: "Get run access permissions"
method: GET
path: "/api/runs/{runId}/permissions"
tags: ["Runs"]
---

# Get run access permissions

`GET /api/runs/{runId}/permissions`

Returns the caller's role and scoped project/organization IDs for a run.

## Response `200`

Permissions payload

- RunPermissionsResponse
  - `success` boolean
  - `data` object
    - `userRole` string
    - `projectId` string, uuid
    - `organizationId` string, uuid

## Other responses

- `401` — Authentication required or token invalid
- `403` — Insufficient permissions
- `404` — Resource not found
- `500` — Failed to fetch permissions

---

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