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 unique identifier of the model that contains the topic.

topicName
string
required

The name of the topic.

Response

success
boolean

Indicates the request was successful

topic
object

Details about the topic. The properties included in the response will typically mirror the IDE parameters for topic files.