---
title: "Get help center sources"
method: GET
path: "/shared/helpcenter/sources"
tags: ["Help center"]
---

# Get help center sources

`GET /shared/helpcenter/sources`

Find the help center sources (articles and indexed URLs) most relevant to a search term, as used for
AI answers. `searchTerm` is required (the request fails without it). Each source is returned with `id`,
`title`, `url` and a short `extract`. Same authentication headers as the search endpoint; `lang`
optional.

## Response `200`

Ok

- object
  - `sources` object[], required
    - `sourceType` unknown, required
    - `type` string, required
    - `extract` unknown, required
    - `url` unknown, required
    - `title` unknown, required
    - `id` unknown, required

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/versions/2bfe054193b5/schema)
