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

---

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