---
search:
  tags:
    - help-center
    - GET
seo:
  description: >-
    Searches current Leadtime documentation with hybrid text and semantic…
    Reference for the GET /help-center/search endpoint in the Leadtime Public
    API API.
sidebar:
  badge: GET
  label: Search help center articles
title: Search help center articles
type: openapi-operation
---
Searches current Leadtime documentation with hybrid text and semantic ranking.

**Use cases:**
- Build in-product help search
- Suggest relevant documentation from API clients
- Resolve documentation slugs before fetching article Markdown

**What is returned:**
- Stable documentation slug
- Breadcrumb and per-locale titles/descriptions
- Available locales
- Hybrid relevance score

Use `GET /help-center/article` with the returned `slug` to fetch the full article Markdown.

<Operation source="api-reference" id="helpcentercontroller-searchhelpcenter" />
