cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/sentinels \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 1, "sentinel_name": "Tone Check", "severity": 2, "intent_group_id": 10 }, { "id": 2, "sentinel_name": "Accuracy Guard", "severity": 3, "intent_group_id": 10 } ] }
List all sentinels (evaluation watchers) for your company.
Your Maitai API key from the Portal.
Number of items to skip.
x >= 0
Maximum number of items to return.
1 <= x <= 100
List sentinels.
Show child attributes
Was this page helpful?