List an event's signups
Returns the event’s signups oldest first, so paging through them follows the order people actually signed up. Cursor paginated.
Includes cancelled signups by default — filter with status if you only want the
people who are still coming.
Requires the registrations:read scope.
Authorizations
Create a token under Organization settings → API. Tokens are shown once, on creation. They belong to the organization, not to you, so they keep working if you leave the team. API access is included on every plan; the rate limit depends on the plan.
Query Parameters
Only signups for one shift.
"019fdf11-4bc7-723f-96f0-fdf57ab20b07"
Filter by status: confirmed or cancelled.
"confirmed"
Results per page, capped at 100.
25
The cursor from a previous response's meta.next_cursor.
null

