Get an inference endpoint
GET
/_inference/{inference_id} This API requires the monitor_inference cluster privilege (the built-in inference_admin and inference_user roles grant this privilege).
Parameters
path Path Parameters
| Name | Type |
|---|---|
inference_id
required
The inference Id | type TypesId = string |
Responses
200 application/json
{ endpoints: InferenceTypesInferenceEndpointInfo []; }