Skip to main content
GET
/
agents
/
{agent_id}
/
versions
/
{version}
Get agent version
curl --request GET \
  --url https://api.trymaitai.ai/api/v1/agents/{agent_id}/versions/{version} \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": {
    "version": "1.2.0",
    "agent_id": 101,
    "notes": "Added KYC step",
    "date_created": 1706000000,
    "agent": {
      "id": 101,
      "agent_name": "Onboarding Agent"
    }
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

agent_id
integer
required
version
string
required

Response

200 - application/json

Get agent version.

data
object

An immutable snapshot of an agent's configuration at a point in time.