Skip to main content
GET
/
monitors
/
{monitor_id}
/
versions
/
{version_id}
Get monitor version
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
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.trymaitai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

monitor_id
integer
required
version_id
integer
required

Response

200 - application/json

Get monitor version.

data
any