cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/conversation-trees/{tree_id}/versions \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 1, "tree_id": 50, "version": 1, "date_created": 1706000000 }, { "id": 2, "tree_id": 50, "version": 2, "date_created": 1706100000 } ] }
List all saved versions of a conversation tree.
Your Maitai API key from the Portal.
List conversation tree versions.
Was this page helpful?