v1

latestOpenAPI 3.1.02026-07-263911,4691.1 MB
Documents

post/documents/v1/search

Request body

page_sizeinteger

The number of items (files and folders combined) to return. Max value is 25. Defaults to 25 if not provided.

page_tokenstring

The token to retrieve the next page of results. Use the value returned in the `next_page_token`` from the previous response.

include_media_urlboolean

If true, includes a temporary media URL for each file so it can be downloaded.

archivedboolean

If true, only archived files will be returned.

search_termstring

Search term to match against file or folder names. This is case-insensitive, must be 1-130 characters, and exclude invalid characters.

item_idsstring[]

List of item IDs to filter results. Only items matching any of the IDs will be returned.

Response

A successful response.

totalinteger

Total number of files and folders that match the search criteria.

next_page_tokenstring

The token used to retrieve the next page of results. Empty if there are no more items.