v5
latestOpenAPI 3.1.02026-08-081,0211,3082.1 MBDATABRICKS
Databricks
Databricks AI/ML Services
Get jobs/queries calling a model serving endpoint
Get list of jobs/queries that are calling a model serving endpoint.
This endpoint identifies the source of model serving endpoint calls by analyzing:
- Query history for AI function calls (ai_classify, ai_summarize, etc.)
- Job information from query_source metadata
- Notebook IDs for notebook-based calls
Path Parameters:
- endpoint_name: Endpoint name (required)
Query Parameters:
- start_date: Start date (YYYY-MM-DD), defaults to 30 days ago
- end_date: End date (YYYY-MM-DD), defaults to today
- limit: Max rows to return (default: 50, max: 1000)
- offset: Pagination offset (default: 0)
Returns:
- callers: List of jobs/queries with call frequency metrics
- pagination: Pagination info (total, limit, offset)
get/api/v1/databricks/ai-ml-services/endpoints/{endpoint_name}/callers
Path parameters
endpoint_namestring required
Query parameters
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
limitinteger
Max rows to return
Max rows to return
offsetinteger
Pagination offset
Pagination offset
navigationSourcestring nullable
Headers
x-tenantstring required
Response
Successful Response