list_records
Retrieve extracted records from a sift by providing the sift ID. Supports pagination with limit, offset, or cursor.
Instructions
Get extracted records from a sift.
Args:
sift_id: The sift identifier
limit: Maximum number of records to return (default 20, max 100)
offset: Number of records to skip (ignored when cursor is provided)
cursor: Opaque pagination cursor from a previous call's next_cursor field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sift_id | Yes | ||
| limit | No | ||
| offset | No | ||
| cursor | No |