---
title: "Return a particular content by path, and render its contents"
method: GET
path: "/v1/org/{orgId}/content/path/{path}/render"
tags: ["content"]
---

# Return a particular content by path, and render its contents

`GET /v1/org/{orgId}/content/path/{path}/render`

## Path parameters

- `orgId` string, required
- `path` string, required

## Response `200`

successful operation

- ContentRender
  - `title` string, required
  - `blocks` ContentBlock[], required
    - `content` string, required
    - `contentTr` Translations
      - `values` object, required

## Other responses

- `400` — bad request
- `404` — not found

---

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