Used to set filters for selecting chunks. filters contains: Conditions — an array of conditions where each condition is a set of operands applied on the conditions; and Operand — the operand applied on all conditions in the array. For example, a logical OR on sourceName, another OR on recordTitle, and an AND combining both results. See the example below.
No. If no filters are provided, all chunks are returned.
enableFilters
Set to true to apply the filter field to chunks in the response.
No
nextCursor
Used for cursor-based pagination. Omit on first request; use the cursor value from the previous response to fetch the next set of results.
No
prevCursor
Used for cursor-based pagination. Use the cursor value from the previous request.
This API enables targeted deletion of indexed content without a full re-index. Provide a list of chunk IDs to identify and delete the corresponding chunks from the Search Index. Useful for incremental cleanup, partial refresh scenarios, and lifecycle management of structured uploads.