Get organization aggregate stats
Returns an organization's aggregate competitive stats by slug or organization ID. Stats are returned when the organization profile is limited or public, or when the API key owner is an active organization member (members can read stats for a private org too); a private organization viewed by a non-member returns 403, and an inactive or unknown organization returns 404. teams and members count only active, enabled teams and active members. wins, losses, and matchesPlayed are aggregated across the organization's active, enabled teams. winRate is wins divided by matchesPlayed and is 0 when no matches have been played. Requires orgs.profile:read.
Path parameters
Organization slug or Convex organization ID.
Organization slug or Convex organization ID.
Response
Organization stats.
Changes
Changed in 2 of the 21 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 68 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 377 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲