---
title: List All Rule Sets
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-gamecentermatchmakingrulesets
---

# List All Rule Sets

Get information about all rule sets and their associated objects.

## URL

GET https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingRuleSets

## Query Parameters

fields[gameCenterMatchmakingQueues]: The fields of the queues to include in the response. fields[gameCenterMatchmakingRuleSets]: The fields of the rule sets to include in the response. fields[gameCenterMatchmakingRules]: The fields of the rules to include in the response. fields[gameCenterMatchmakingTeams]: The fields of the teams to include in the response. include: The relationships to include in the response. limit: The maximum number of rule sets to fetch. limit[matchmakingQueues]: The maximum number of queues to fetch. limit[rules]: The maximum number of rules to fetch. limit[teams]: The maximum number of teams to fetch.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 429 :

## See Also

### Reading rule set information

- [Read Rule Set Information](appstoreconnectapi/get-v1-gamecentermatchmakingrulesets-_id_.md)
- [List Queues in a Rule Set](appstoreconnectapi/get-v1-gamecentermatchmakingrulesets-_id_-matchmakingqueues.md)
- [List matchmaking queue IDs for a Game Center matchmaking rule set](appstoreconnectapi/get-v1-gamecentermatchmakingrulesets-_id_-relationships-matchmakingqueues.md)
- [List Rules in a Rule Set](appstoreconnectapi/get-v1-gamecentermatchmakingrulesets-_id_-rules.md)
- [List rule IDs for a Game Center matchmaking rule set](appstoreconnectapi/get-v1-gamecentermatchmakingrulesets-_id_-relationships-rules.md)
- [List Teams in a Rule Set](appstoreconnectapi/get-v1-gamecentermatchmakingrulesets-_id_-teams.md)
- [List team IDs for a Game Center matchmaking rule set](appstoreconnectapi/get-v1-gamecentermatchmakingrulesets-_id_-relationships-teams.md)
