---
title: "Engagement metrics for chef-visible recipes"
method: GET
path: "/chefs/recipes/usage"
tags: ["recipes"]
---

# Engagement metrics for chef-visible recipes

`GET /chefs/recipes/usage`

Logs, unique patients, last logged, favourites, and forks, aggregated from meal items, recipe lists, and fork provenance. Date, clinic, and meal-name filters narrow the logging metrics only; favourites and forks are standing totals. Archived recipes remain reportable. Counts only -- no patient identifiers are returned.

## Query parameters

- `date_since` string, date
- `date_until` string, date
- `clinic_id` integer
- `meal_name` string
- `curation_status` 'draft' | 'published' | 'archived'
- `limit` integer
- `offset` integer

## 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/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/a229b18839a0?raw)
