---
title: "Get endpoint detail (Model Serving, Vector Search or AI Gateway)"
method: GET
path: "/api/v1/databricks/ai-ml-services/endpoints/{endpoint_name}"
tags: ["DATABRICKS", "Databricks", "Databricks AI/ML Services"]
---

# Get endpoint detail (Model Serving, Vector Search or AI Gateway)

`GET /api/v1/databricks/ai-ml-services/endpoints/{endpoint_name}`

Get detailed metrics for a specific endpoint.

Path Parameters:
- endpoint_name: Endpoint name (required)

Query Parameters:
- service: 'model_serving' | 'vector_search' | 'ai_gateway' (required)
- start_date: Start date (YYYY-MM-DD), defaults to 30 days ago
- end_date: End date (YYYY-MM-DD), defaults to today

Returns detailed metrics shaped per service. AI Gateway detail mirrors
Vector Search (cost / DBUs / activity window) plus first_seen and
last_activity; no per-request or token counts.

## Path parameters

- `endpoint_name` string, required

## Query parameters

- `service` string, required — Service type: 'model_serving' | 'vector_search' | 'ai_gateway'
- `start_date` string, date, nullable — Start date (YYYY-MM-DD), defaults to 30 days ago
- `end_date` string, date, nullable — End date (YYYY-MM-DD), defaults to today
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `403` — Not authorized
- `404` — Endpoint not found
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
