# Get a queue by id (deprecated) Endpoint: GET /v1/queues/{id} Version: 1.0.0 Security: ApiKeyAuth, BearerAuth ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `data` (object, required) - `data.id` (string, required) - `data.name` (string, required) - `data.is_default` (boolean, required) Whether or not this queue is the default queue for this organization - `data.priority` (integer) The priority of the queue ## Response 404 fields