faceit_getQueuesByRegion
Lists FACEIT game queues available in a specific region, such as EU or NA. Specify game and region to get queue details.
Instructions
Retrieve queues by region on FACEIT
Use to list queues available in a specific region of a game (e.g. EU, NA). Pick getQueuesByEntityFilters instead when filtering by non-region entities.
Endpoint: GET /games/{game_id}/regions/{region_id}/queues
Parameters:
game_id (path, str, required): The id of the game
region_id (path, str, required): The id of the region
offset (query, int | None (min 0)): The starting item position
limit (query, int | None (min 1, max 20)): The number of items to return
Returns: Queues list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | ||
| region_id | Yes | ||
| offset | No | ||
| limit | No |