Skip to main content
GET
/
model-monitor
/
v2
/
api
/
model
/
get-prediction-traffic
Gets the model prediction traffic
curl --request GET \
  --url https://api.example.com/model-monitor/v2/api/model/get-prediction-traffic \
  --header 'X-Domino-Api-Key: <api-key>'
[
  {
    "traffic": [
      {
        "queries": 123,
        "date": 123
      }
    ],
    "modelId": "60116865cd9ab24dd866cfc6"
  }
]

Authorizations

X-Domino-Api-Key
string
header
required

Query Parameters

model_ids
string
required
start_date
number
required
end_date
number
required

Response

Gets the model prediction traffic

traffic
Model traffic data · object[]
required

A list that contains the traffic data for model.

modelId
string
required

The model id.

Example:

"60116865cd9ab24dd866cfc6"