cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/agents/actions/{action_id}/versions \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "version": "1.0.1", "action_id": 200, "version_notes": "Fixed timeout handling", "date_created": 1706000000 } ] }
List published versions of an action.
Your Maitai API key from the Portal.
Maximum number of items to return.
List action versions.
Show child attributes
Was this page helpful?