Skip to main content
GET
Search Community

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

hub_id
string
required

Query Parameters

q
string
required
Required string length: 1 - 500
type
enum<string>
default:all
Available options:
all,
discussions,
comments
page[size]
integer
default:20
Required range: 1 <= x <= 100
page[after]
string | null

Response

Successful Response

JSON:API list response for community search results with typed meta.

data
JsonApiResource[SearchResultAttributes] · object[]
required
meta
CommunitySearchMeta · object
required

Top-level meta block for community search list responses.

Documents cap/pagination so they appear in the generated OpenAPI schema.

included
any[] | null