cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/intent-groups/{intent_group_id}/sentinels \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 1, "sentinel_name": "Tone Check", "severity": 2, "intent_group_id": 10 } ] }
List all sentinels attached to an intent group.
Your Maitai API key from the Portal.
List intent group sentinels.
Show child attributes
Was this page helpful?