cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/conversation-trees/{tree_id}/status \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": { "tree_id": 50, "status": "COMPLETED", "generated_conversations": 100, "date_started": 1706000000 } }
Check the execution status of a conversation tree data generation run.
Your Maitai API key from the Portal.
Get conversation tree status.
Was this page helpful?