curl --request GET \
--url https://api.tryarchitect.com/v0/topics/{topic_id} \
--header 'x-api-key: <api-key>'{
"topicId": "<string>",
"title": "<string>",
"purpose": "<string>",
"sortOrder": 123,
"isDefault": true,
"createdAt": "<string>",
"updatedAt": "<string>",
"entries": [
{
"topicEntryId": "<string>",
"topicId": "<string>",
"sortOrder": 123,
"content": {
"type": "<string>",
"content": "<string>"
},
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
}Get a knowledge topic.
curl --request GET \
--url https://api.tryarchitect.com/v0/topics/{topic_id} \
--header 'x-api-key: <api-key>'{
"topicId": "<string>",
"title": "<string>",
"purpose": "<string>",
"sortOrder": 123,
"isDefault": true,
"createdAt": "<string>",
"updatedAt": "<string>",
"entries": [
{
"topicEntryId": "<string>",
"topicId": "<string>",
"sortOrder": 123,
"content": {
"type": "<string>",
"content": "<string>"
},
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
}API key authentication for the External Actor Gateway
topic_id parameter
Was this page helpful?