Match Discovery
List an organization's matches
Returns matches across all teams in an organization (resolved by id or slug), newest first, with cursor pagination. The authenticated user must be an active member of the organization. Requires the matches.org_matches:read permission.
post/orgs/{identifier}/matches
Path parameters
identifierstring required
Organization id or slug.
Organization id or slug.
Request body
Response
Cursor-paginated result. continueCursor is non-null even when isDone is true.