---
title: Get Classic Match Requests
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-gamecenterdetails-_id_-metrics-classicmatchmakingrequests
---

# Get Classic Match Requests

Get match requests that don’t use matchmaking rules.

## URL

GET https://api.appstoreconnect.apple.com/v1/gameCenterDetails/{id}/metrics/classicMatchmakingRequests

## Path Parameters

id: An opaque resource ID that uniquely identifies the GameCenterDetail resource object. You can obtain this resource ID from the List apps response.

## Query Parameters

filter[result]: The types of the match requests to include in the response. granularity: The level of information you want in the response, specified as a time interval for the data collection, using the ISO 8601 format for durations. groupBy: If result, organizes the match requests by outcome (matched, canceled, and expired). limit: The maximum number of match requests to fetch. sort: Sort results by the specified order. For example, count sorts the results by decreasing number of players that Game Center finds.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## See Also

### Getting match request metrics

- [Get Rule-Based Match Requests](appstoreconnectapi/get-v1-gamecenterdetails-_id_-metrics-rulebasedmatchmakingrequests.md)
