weekly_reports

Get the patient's current weekly report status

The current run is v2. latest_ready_report is the newest ready weekly nutrition report across supported schema versions, can be older than the current run, and must be routed using schema_version.

get/patients/{patient_id}/weekly-reports/status

Path parameters

patient_idinteger required

Response

successful operation

attempt_countinteger required
current_run_idstring uuid nullable
next_expected_datestring date nullable
retryableboolean required
state'not_started' | 'processing' | 'ready' | 'retry_available' | 'unavailable' required
support_availableboolean required

Changes