Game: Matches

List matches for the developer's approved game

Returns matches for the API key owner's approved (bound) game, with legacy cursor pagination. Requires the game.lifecycle:read permission.

post/game/matches

Request body

statusstring

Optional MatchStatus filter (e.g. IN_PROGRESS).

limitnumber

Page size (1-100, enforced by the handler). Defaults to the handler's internal default.

cursorstring

Opaque continuation cursor from a prior page's pagination.cursor.

Response

Legacy cursor-paginated result. pagination.cursor is null when there are no more pages.

countinteger required
timestampstring required

Changes

Changed in 4 of the 21 revisions of this API.136

    • api tag Game: Matches added

      api-tag-added

    • api tag Game removed

      api-tag-removed

    • added the optional property matches/items/acceptedTeam/anyOf[Team]/avatarUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property matches/items/creatorTeam/anyOf[Team]/avatarUrl to the response with the 200 status

      response-optional-property-added

    This revision also has 68 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the request property gameId

      request-property-removed

  • f22bd61fd595122See the full diff
    • added the new required request property gameId

      new-required-request-property

    • removed the optional property matches/items/acceptedTeam/anyOf[Team]/avatarUrl from the response with the 200 status

      response-optional-property-removed

    • removed the optional property matches/items/creatorTeam/anyOf[Team]/avatarUrl from the response with the 200 status

      response-optional-property-removed

    • api tag Game added

      api-tag-added

    • api tag Game: Matches removed

      api-tag-removed

    This revision also has 377 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog