latestOpenAPI 3.0.32026-08-15138306314.9 KB
cfd9e65e79bb
articles
Get an article by its ID
Returns a single article by ID within the specified knowledge base.
Rate limit: 60 requests per minute
get/knowledge-bases/{id}/articles/{article_id}
Path parameters
idstring required
The KnowledgeBaseID of the article to fetch.
article_idstring required
The ID of the article to fetch.
Query parameters
languagestring
The language code to fetch the article in. If not provided, returns the default language.
Response
Example response
{
"data": {
"tags": [
{
"object_type": "issue"
}
]
}
}