---
title: "Get a article"
method: GET
path: "/knowledge_base/articles/{article_id}"
tags: ["Knowledge base"]
---

# Get a article

`GET /knowledge_base/articles/{article_id}`

Retrieve information about a specific article.

## Response `200`

OK

- object
  - `data` KnowledgeBaseArticle
    - `id` integer
    - `title` string
    - `body` string
    - `body_html` string
    - `position` integer
    - `created_by` EmployeeShort — Employee short details
      - `id` integer, required
      - `first_name` string
      - `last_name` string
      - `email` string
    - `category` object
      - `id` integer
      - `name` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/versions/ff612e61a4c3/schema)
