v1
latestOpenAPI 3.1.02026-07-26101317.6 KBEndpoints
Get Endpoint Status
Returns the current status of an endpoint. Includes replica status summary when active.
get/endpoints/{endpoint_id}
Path parameters
endpoint_idstring required
Example:51c910f7-ecde-4c6c-88f8-d8e37ca9d598
Unique endpoint ID.
Response
Endpoint status.
Example response
{
"endpoint_id": "51c910f7-ecde-4c6c-88f8-d8e37ca9d598",
"name": "aieev-endpoint",
"endpoint_type": "container",
"is_active": true,
"status": "RUNNING",
"num_replicas": 2,
"instance_type_name": "RTX 5090",
"serving_endpoint_url": "https://ap-1.aieev.cloud/ac/7/51c910f7-ecde-4c6c-88f8-d8e37ca9d598",
"replica_status_summary": {
"RUNNING": 2,
"STARTING": 0
}
}