cURL
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" } } }
Retrieve a specific agent version snapshot by version string.
Your Maitai API key from the Portal.
Get agent version.
An immutable snapshot of an agent's configuration at a point in time.
Show child attributes
Was this page helpful?