faceit_getQueueById
Retrieve configuration and current state of a FACEIT queue using its ID and game ID.
Instructions
Retrieve details of a queue on FACEIT
Use when you already have a queue_id and want its configuration and current state.
Endpoint: GET /games/{game_id}/queues/{queue_id}
Parameters:
game_id (path, str, required): The id of the game
queue_id (path, str, required): The id of the queue
Returns: Queue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | ||
| queue_id | Yes |