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/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?