Method
Parameters
The text that the API compares page and data source titles against.
A filter to limit the results to pages or data sources.
How to sort the results.
If supplied, this endpoint will return a page of results starting after the cursor provided. If not supplied, this endpoint will return the first page of results.
The number of items from the full list desired in the response. Maximum: 100.
Bearer token for authentication. If not provided, the client-level auth is used.
Response
Always
"list".Always
"page_or_data_source".An array of Page objects or DataSource objects that match the search query.
A cursor to use in the next request to get the next page of results. If
null, there are no more results.Whether there are more results to fetch.