---
title: "List articles in a knowledge base"
method: GET
path: "/knowledge_bases/{knowledge_base_id}/articles"
tags: ["Knowledge Base Articles"]
---

# List articles in a knowledge base

`GET /knowledge_bases/{knowledge_base_id}/articles`

List articles in a knowledge base

Required scope: `knowledge_bases:read`

## Path parameters

- `knowledge_base_id` string, required

## Query parameters

- `limit` integer
- `page_token` string

## Response `200`

Array of knowledge base articles

- object
  - `_pagination` object
    - `next` string, nullable — Link to next [page of results](https://dev.frontapp.com/docs/pagination)
  - `_links` object
    - `self` string — Link to resource
  - `_results` KnowledgeBaseArticleSlimResponse[]
    - `_links` object, required
      - `self` string — Link to resource
      - `related` object
        - `knowledge_base` string — Link to the article's knowledge base
        - `category` string, nullable — Link to the article's category
        - `content` string — Link to the article's content
    - `id` string, required — Unique identifier of the knowledge base article
    - `slug` string, required — URL slug of the article. Construct the full URL using the template of protocol/knowledge base domain/locale/slug, such as https://yourDomain.com/en/articles/5
    - `locales` string[], required — List of the locales the article supports
    - `created_at` number — Timestamp when the article was created
    - `updated_at` number — Timestamp when the article was updated

---

[API](https://skmtc.dev/frontapp/apis/core-api.md) · [All operations](https://skmtc.dev/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
