latestOpenAPI 3.0.32026-08-20147323331.7 KB

a7231589e927

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"
      }
    ],
    "visibility_config": {
      "customer_visibility_condition": {
        "subfilters": [
          {
            "field": "state",
            "operator": "equals",
            "value": "new"
          }
        ]
      }
    }
  }
}