---
title: "Engagement metrics for one chef-owned recipe"
method: GET
path: "/chefs/recipes/{recipe_id}/usage"
tags: ["recipes"]
---

# Engagement metrics for one chef-owned recipe

`GET /chefs/recipes/{recipe_id}/usage`

## Path parameters

- `recipe_id` integer, required

## Query parameters

- `date_since` string, date
- `date_until` string, date
- `clinic_id` integer
- `meal_name` string

## Response `200`

successful operation

- RecipeUsageResponse
  - `chef_id` integer, nullable
  - `curation_status` string, nullable
  - `favourite_count` integer — Distinct patients holding it in a favourites or to-try list. Not date scoped.
  - `featured` boolean
  - `fork_count` integer — Recipes copied from this one. Not date scoped.
  - `label` string
  - `last_logged_date` string, nullable
  - `recipe_id` integer
  - `times_logged` integer — Meal items logged from this recipe in the filtered window.
  - `unique_patients` integer — Distinct patients who logged it in the filtered window.
  - `visibility` string, nullable

## Changes

- **2026-09-12** `a229b18839a0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/changes/chefs/recipes/:recipe_id/usage/get.md)

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/750cc0d96a93?raw)
