Search
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
query
showDrafts
Soon to be deprecated. Compose a draftState filter within SearchNotebooksQuery instead
showArchived
Soon to be deprecated. Compose an archived filter within SearchNotebooksQuery instead
sortBy
UPDATED_AT descending by default
nextPageToken
Tokens are used with paginated requests to get the next "page" of results
from an API, and typically are used as both part of the request and response
schema of an endpoint to allow users to stream pages of results.
pageSize
Defaults to 100. Will throw if larger than 1000.
Response
This endpoint returns an object.
results
nextPageToken
Tokens are used with paginated requests to get the next "page" of results
from an API, and typically are used as both part of the request and response
schema of an endpoint to allow users to stream pages of results.