Skip to main content
GET
Retrieve a topic

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

modelId
string<uuid>
required

The ID of the model.

Example:

"123e4567-e89b-12d3-a456-426614174000"

topicName
string
required

The name of the topic.

Example:

"sales_analytics"

Response

success
boolean

Indicates the request was successful

topic
Regular topic · object

Details about the topic. Regular topics mirror the IDE parameters for topic files. When topicName resolves to a composite topic, the response mirrors the composite topic IDE parameters instead.