Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" } } }
Retrieve a single sentinel by ID.
Your Maitai API key from the Portal.
Get sentinel.
An evaluation watcher that monitors model output quality for an intent group.
Show child attributes
Was this page helpful?