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/agents/{agent_id}/versions \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "version": "1.2.0", "agent_id": 101, "notes": "Added KYC step", "date_created": 1706000000 }, { "version": "1.1.0", "agent_id": 101, "notes": "Initial release", "date_created": 1705900000 } ] }
List published versions of an agent, ordered by most recent.
Your Maitai API key from the Portal.
Maximum number of items to return.
List agent versions.
Show child attributes
Was this page helpful?