Skip to main content
GET
/
model-monitor
/
v2
/
api
/
model
/
{model_id}
/
tags
List tags
curl --request GET \
  --url https://api.example.com/model-monitor/v2/api/model/{model_id}/tags \
  --header 'X-Domino-Api-Key: <api-key>'
[
  {
    "id": "<string>",
    "tagName": "<string>"
  }
]

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

model_id
string
required

Query Parameters

searchQuery
string

Response

List of tags that can be added to the model

id
string
required
tagName
string
required

name of tag