Skip to main content
GET
/
sentinels
/
{sentinel_id}
Get sentinel
curl --request GET \
  --url https://api.trymaitai.ai/api/v1/sentinels/{sentinel_id} \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": {
    "id": 1,
    "sentinel_name": "Tone Check",
    "severity": 2,
    "intent_group_id": 10,
    "sentinel_directive": {
      "instruction": "Check for professional tone"
    }
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

sentinel_id
integer
required

Response

200 - application/json

Get sentinel.

data
object

An evaluation watcher that monitors model output quality for an intent group.