Skip to main content
GET
Search Hub Global

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,
files,
media,
discussions,
comments,
members
page[size]
integer
default:20
Required range: 1 <= x <= 100
page[after]
string | null

Response

Successful Response

JSON:API list response for global search with typed meta.

data
JsonApiResource[GlobalSearchResultAttributes] · object[]
required
meta
GlobalSearchMeta · object
required
included
any[] | null