v5
latestOpenAPI 3.1.02026-08-081,0211,3082.1 MBDATABRICKS
Databricks
Databricks AI/ML Services
Get endpoint trend (Model Serving, Vector Search or AI Gateway)
Get trend data 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
- granularity: 'day', 'week', 'month', or 'auto' (default: auto)
Returns:
- Array of trend data points (direct array, no wrapper object). For Vector Search and AI Gateway this is {date, dbus, cost_usd} — one row per bucket where billing usage exists (no zero-fill).
get/api/v1/databricks/ai-ml-services/endpoints/{endpoint_name}/trend
Path parameters
endpoint_namestring required
Query parameters
servicestring required
Service type: 'model_serving' | 'vector_search' | 'ai_gateway'
Service type: 'model_serving' | 'vector_search' | 'ai_gateway'
start_datestring date nullable
Start date (YYYY-MM-DD), defaults to 30 days ago
Start date (YYYY-MM-DD), defaults to 30 days ago
end_datestring date nullable
End date (YYYY-MM-DD), defaults to today
End date (YYYY-MM-DD), defaults to today
granularitystring
Time granularity: 'day', 'week', 'month', or 'auto' (auto-detect based on date range)
Time granularity: 'day', 'week', 'month', or 'auto' (auto-detect based on date range)
navigationSourcestring nullable
Headers
x-tenantstring required
Response
Successful Response
{"stackTrail":"paths:/api/v1/databricks/ai-ml-services/endpoints/{endpoint_name}/trend:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}