cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/conversation-trees \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 50, "name": "Onboarding Flow", "application_id": 42, "node_count": 12, "date_created": 1706000000 } ] }
List synthetic conversation trees. Optionally filter by application_id.
application_id
Your Maitai API key from the Portal.
Filter by application ID.
List conversation trees.
Show child attributes
Was this page helpful?