Skip to main content
GET
/
topics
List Topics
curl --request GET \
  --url https://api-prod.voltai.ai/source/api/topics/ \
  --cookie sessionid=
[
  {
    "page": 123,
    "page_size": 123,
    "total": 123,
    "results": [
      {
        "name": "<string>",
        "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "parent_topic": "<string>",
        "is_published": true
      }
    ]
  }
]

Authorizations

sessionid
string
cookie
required

Query Parameters

is_published
boolean

Filter by published status

organization_name
string
required

Organization name (required for multi-tenant API keys)

page
integer
default:1

Page number

page_size
integer
default:20

Items per page

parent_topic
string

Filter by parent topic UUID (use 'null' for root topics)

Search by name

topic_path
string

Filter by exact root-to-leaf path using '/' separator (example: 'Root/Child/Leaf')

Response

200 - application/json
page
integer
required
page_size
integer
required
total
integer
required
results
object[]
required