Skip to main content
GET
/
topics
/
tree
Get Topic Tree
curl --request GET \
  --url https://api-prod.voltai.ai/source/api/topics/tree/ \
  --cookie sessionid=
{
  "organization": "<string>",
  "tree": [
    {
      "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "is_published": true,
      "is_popular": true,
      "subtopics": [
        {}
      ]
    }
  ],
  "count": 123
}

Authorizations

sessionid
string
cookie
required

Query Parameters

organization_name
string
required

Organization name (required for multi-tenant API keys)

root_uuid
string<uuid>

Start tree from specific topic UUID

Response

200 - application/json

Topic tree response schema.

organization
string
required
tree
object[]
required
count
integer
required