Search Help Docs
GET/api/support/agent/docs/search
Searches the published help documentation for sections an agent can quote or link in a reply. The agent-side twin of Get Support Deflection Suggestions: the same search, but central (no tenant context) and documentation only — it never looks at other customers' tickets.
support:readGrant this scope to your token under Settings → Developer → Personal Access Tokens.
Query parameters
q(required, string, 3–500 characters) — what to search forlimit(optional, integer, 1–10, default 6) — maximum sections to return
Response fields (data[], best match first)
title(string) — the document title, with the section appended when the match is to a sectionurl(string) — the public documentation URLsnippet(string, max 240 characters) — the matching textscore(number, 0–1) — relative confidence; a confident match set starts at 1.0, a weaker one at 0.5
data is an empty array when nothing matches or the documentation index is temporarily unavailable — never an error.
Authentication: Bearer token with the support:read scope, or an authenticated session, from a caller with an active support role. No tenant context — this endpoint is central.
Request
Responses
- 200
- 401
- 403
- 422
- 429
OK
Response Headers
Unauthorized
Response Headers
Forbidden
Response Headers
Unprocessable Content
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.