Get an event's coverage
Answers “what still needs people?” in one call: how full every shift is, plus a summary of the event as a whole.
Prefer this over listing shifts and signups separately. Working it out from those takes several requests and some arithmetic; this gives you the answer, which matters when the caller is an agent deciding what to do rather than a page rendering a table.
hours_until_start is negative once the event has begun, so slots_unfilled > 0
together with a small positive value is the “chase people now” signal.
Requires the events: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.

