OpenAPI 3.0.32026-08-14137304312.9 KB

ad855d921ee9

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

request_idstring

The request ID for tracking.

Example response

{
  "data": {
    "tags": [
      {
        "object_type": "issue"
      }
    ]
  }
}