Skip to main content
GET
/
conversation-trees
List conversation trees
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
    }
  ]
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Query Parameters

application_id
integer

Filter by application ID.

Response

200 - application/json

List conversation trees.

data
object[]