Get queue size
Get the time that match requests are in a specific queue.
URL
GET https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingQueues/{id}/metrics/matchmakingQueueSizesPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | The unique identifier for the queue. |
Query Parameters
| Name | Type | Description |
|---|---|---|
granularity Required | string | 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 Optional | integer | The maximum number of queue size metrics to include. |
sort Optional | [string] | Sort sizes by the specified order. For example, |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GameCenterMatchmakingQueueSizesV1MetricResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | |
| 404 | Not Found Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |