Contents

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

NameTypeDescription
id Requiredstring

The unique identifier for the queue.

Query Parameters

NameTypeDescription
granularity Requiredstring

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 Optionalinteger

The maximum number of queue size metrics to include.

sort Optional[string]

Sort sizes by the specified order. For example, count sorts the results by decreasing number of players that Game Center finds.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
GameCenterMatchmakingQueueSizesV1MetricResponse

400Bad Request
Content-Type: application/json
ErrorResponse

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

404Not Found
Content-Type: application/json
ErrorResponse

429
Content-Type: application/json
ErrorResponse

See Also

Getting queue information