cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/agents/{agent_id}/releases \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "name": "production", "agent_id": 101, "version": "1.2.0", "is_default": true }, { "name": "staging", "agent_id": 101, "version": "1.3.0", "is_default": false } ] }
List all named releases (e.g. production, staging) for an agent.
Your Maitai API key from the Portal.
List agent releases.
Show child attributes
Was this page helpful?