Skip to main content
GET
/
conversation-trees
/
{tree_id}
/
status
Get conversation tree status
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
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

tree_id
integer
required

Response

200 - application/json

Get conversation tree status.

data
any