/searchSearch for content
Searches for files, folders, web links, and shared files across the users content or across the entire enterprise.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
A 400 is returned: Returns an error when the request was not valid. This can have multiple
reasons and the context_info object will provide you with more details.
-
missing_parameter- Please provide at least thequeryormdfiltersquery parameter in a search. -
invalid_parameter- Any of the fields might not be in the right format. This could for example mean that one of the RFC3339 dates is incorrect, or a string is provided where an integer is expected. A 403 is returned: Returns an error when the user does not have the permission to make this API call. -
The developer provided a
scopeofenterprise_contentbut did not request this scope to be enabled for the user through our support channels. A 404 is returned: Returns an error when the user does not have access to an item mentioned in the request. -
The developer provided a folder ID in
ancestor_folder_idsthat either does not exist or the user does not have access to. Any other status is an error: An unexpected client error.