Rest
Search for documents
const documents = await client.documents.search({ search: { query: 'Stuck pipe' }, filter: { in: { property: ['type'], values: ['Document', 'PDF'] } }, limit: 5}); Copy
const documents = await client.documents.search({ search: { query: 'Stuck pipe' }, filter: { in: { property: ['type'], values: ['Document', 'PDF'] } }, limit: 5});
Search for documents