---
title: "Get an organization's saga content-access grants"
method: GET
path: "/api/v1/content-access/{organizationId}"
tags: ["cms"]
---

# Get an organization's saga content-access grants

`GET /api/v1/content-access/{organizationId}`

## Path parameters

- `organizationId` string, uuid, required

## Response `201`

- ContentAccessResponseDTO
  - `readOnlySagaIds` string[], required — All sagaIds the organization has read-only access to, derived from its active organization_saga_access grants
  - `readWriteSagaIds` string[], required — All sagaIds the organization has write access to, derived from its active organization_saga_access grants

## Changes

- **2026-08-11** `60eaef2cf57a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wejam/apis/jam/changes/api/v1/content-access/:organizationId/get.md)

---

[API](https://skmtc.dev/wejam/apis/jam.md) · [All operations](https://skmtc.dev/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wejam/jam/revisions/b4e171f8d0f4/schema)
