---
title: Get Experimental Queue Size
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-gamecentermatchmakingqueues-_id_-metrics-experimentmatchmakingqueuesizes
---

# Get Experimental Queue Size

Get the number of match requests that the queue processes using its experimental rule set.

## URL

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

## Path Parameters

id: The unique identifier for the queue.

## Query Parameters

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. limit: The maximum number of queue size metrics 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 :

## See Also

### Getting queue information

- [Get Queue Size](appstoreconnectapi/get-v1-gamecentermatchmakingqueues-_id_-metrics-matchmakingqueuesizes.md)
- [Get Match Request Time in Queue](appstoreconnectapi/get-v1-gamecentermatchmakingqueues-_id_-metrics-matchmakingrequests.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)
