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/monitors/{monitor_id}/versions/{version_id} \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": { "id": 12, "monitor_id": 501, "version_number": "1.2.0", "snapshot_json": { "name": "Order intake completeness", "config": { "runner": { "resource_type": "direct" }, "result": {} } }, "is_latest": true } }
Retrieve a specific monitor version snapshot.
Your Maitai API key from the Portal.
Get monitor version.
Was this page helpful?