Skip to main content
GET
/
model-monitor
/
v2
/
api
/
setting
/
user
Get the existing user setting for the given user.
curl --request GET \
  --url https://api.example.com/model-monitor/v2/api/setting/user \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "id": "<string>",
  "createdAt": 123,
  "updatedAt": 123,
  "userId": "<string>",
  "numOfLastChecks": 123,
  "numOfPredictionTrafficDays": 123
}

Authorizations

X-Domino-Api-Key
string
header
required

Response

User Settings fetched successfully.

User related config used to configure DMM.

id
string
required

User Setting Identifier.

createdAt
integer
required

Creation timestamp of the User Setting.

updatedAt
integer
required

Last update timestamp for the User Setting.

userId
string
required

User Identifier.

numOfLastChecks
integer

Number of last checks to fetch for a model while listing models.

numOfPredictionTrafficDays
integer

Number of days worth prediction traffic to fetch while listing models.