Documents

Search for documents

Searches for documents based on the provided query and optional filters.

post/api/v0/documents/search

Request body

querystring required

The query to search for

folder_idstring uuid nullable

The ID of the folder to search in

tag_namestring nullable

The name of the tag to search for

owner_idstring uuid nullable

The ID of the owner to search for

Response

Successful Response

job_status_idstring uuid required

The ID of the job status.

search_idstring uuid required

The ID of the search.

statusstring required

The status of the job. Options: pending, done, error.

error_messagestring nullable required

The error message if the job failed.

Changes