# Get an inference endpoint
**GET /_inference/{task_type}/{inference_id}**
**All methods and paths for this operation:**
GET
/_inference
GET
/_inference/{inference_id}
GET
/_inference/{task_type}/{inference_id}
This API requires the `monitor_inference` cluster privilege (the built-in `inference_admin` and `inference_user` roles grant this privilege).
## Servers
- http://api.example.com: http://api.example.com ()
## Authentication methods
- Api key auth
- Basic auth
- Bearer auth
## Parameters
### Path parameters
- **task_type** (string)
The task type
- **inference_id** (string)
The inference Id
## Responses
### 200
#### Body: application/json (object)
- **endpoints** (array[object])
[Powered by Bump.sh](https://bump.sh)