List workshops
Returns your studio’s publicly visible workshops for a date range. Workshops are standalone events — seminars, intensives, retreats — kept separate from the regular class schedule.
A workshop carries its own address rather than a reference to a
place, so this endpoint has no placeIds filter.
dateFrom and dateTo are required and are interpreted in your
studio’s time zone. Results are ordered by start time, ascending, with
a deterministic ID tie-breaker. Canceled workshops are excluded.
See the Workshop object for the full field reference.
Authorizations
Your public API key (zen_pub_…), sent as Authorization: Bearer <key>. Browser-safe. See Authentication.
Query Parameters
Start of the range (inclusive), YYYY-MM-DD, read in the studio's time zone. Must be a real calendar date and no later than dateTo. The range may span at most 366 days, counting both ends. See Dates and time zones.
"2026-03-01"
End of the range (inclusive), YYYY-MM-DD, read in the studio's time zone. Must be a real calendar date on or after dateFrom, and at most 366 days after it. The whole end day is included.
"2026-03-31"
Comma-separated numeric lecturer IDs.
"5,10"
Comma-separated numeric label IDs.
"8,12"
Set to true or 1 to add the capacity object, which for workshops also reports available seats.
true, false, 1, 0 
