---
title: "Which experts a diary page is already shared with"
method: GET
path: "/api/diary/{entry_id}/share-status"
tags: ["diary"]
---

# Which experts a diary page is already shared with

`GET /api/diary/{entry_id}/share-status`

Return the current share audience of a page (reconstructed from stored snapshots).

## Path parameters

- `entry_id` string, uuid, required

## Response `200`

Successful Response

- DiaryShareStatusResponse — Which experts a diary page is currently shared with (from stored snapshots).
  - `shared_with_psychologist` boolean — Page already shared with the assigned psychologist
  - `shared_with_nutritionist` boolean — Page already shared with the assigned nutritionist

## Other responses

- `422` — Validation Error

---

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