Search
Search in GitBook is the entity for searches made across organizations, spaces, and pages.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired
The unique id of the organization
Query parameters
querystring · max: 512Required
pagestringOptional
Identifier of the page results to fetch.
limitnumber · max: 1000Optional
The number of results per page
Responses
200
OK
application/json
get
/orgs/{organizationId}/search200
OK
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequired
The unique id of the space
Query parameters
querystring · max: 512Required
pagestringOptional
Identifier of the page results to fetch.
limitnumber · max: 1000Optional
The number of results per page
Responses
200
OK
application/json
get
/spaces/{spaceId}/search200
OK
Ask a question to an AI across spaces that is accessible by the currently authenticated target.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired
The unique id of the organization
Query parameters
formatstring · enumOptionalPossible values:
Output format for the content.
detailsbooleanOptional
Return query details in the result
Body
querystringRequired
previousQueriesstring[] · max: 10OptionalDeprecated
Responses
200
OK
application/json
post
/orgs/{organizationId}/ask200
OK
Was this helpful?