Reports
Run sheet for a single day
Returns the chronological list of appointments and sessions taking place at a site on a single day — the operational "run sheet" used by front-of-house staff to walk through the day. Optionally filter to one or more practitioners. CSV output is available via Accept: text/csv.
get/shop/reports/run-sheet
Query parameters
site_idstring uuid required
The site to generate the run sheet for.
datestring date required
Example:2026-06-15
The date the run sheet covers. Defaults to today in the site's timezone if omitted.
practitioner_idstring[]
A comma-separated list of practitioner IDs to restrict the run sheet to.
Response
The run sheet was successfully generated.
Example response
{
"data": [
{
"event_name": "60 Minute Massage",
"practitioner_name": "Sarah Smith",
"room_name": "Treatment Room 1"
}
]
}