---
title: Get Match Request Time in Queue
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-gamecentermatchmakingqueues-_id_-metrics-matchmakingrequests
---

# Get Match Request Time in Queue

Get the match requests that a specific queue processes.

## URL

GET https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingQueues/{id}/metrics/matchmakingRequests

## Path Parameters

id: The unique identifier for the queue.

## Query Parameters

filter[gameCenterDetail]: The fields of the Game Center details to include in the response. filter[result]: The types of 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: Group match requests by result. limit: The maximum number of match requests to include. sort: Sort sizes 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 :

## Discussion

Discussion Example Request and Response

## See Also

### Getting queue information

- [Get Queue Size](appstoreconnectapi/get-v1-gamecentermatchmakingqueues-_id_-metrics-matchmakingqueuesizes.md)
- [Get Experimental Queue Size](appstoreconnectapi/get-v1-gamecentermatchmakingqueues-_id_-metrics-experimentmatchmakingqueuesizes.md)
- [Get Experimental Match Request Time in Queue](appstoreconnectapi/get-v1-gamecentermatchmakingqueues-_id_-metrics-experimentmatchmakingrequests.md)
- [Get Queue Session Information](appstoreconnectapi/get-v1-gamecentermatchmakingqueues-_id_-metrics-matchmakingsessions.md)
