storage_list
Retrieve RIDs of pages stored in Crawlbase Cloud. Use scroll pagination to navigate large result sets, with up to 1000 records per request.
Instructions
List RIDs of pages previously crawled with store=true in Crawlbase Cloud Storage. Supports scroll-based pagination (scroll session expires after 15s of inactivity). Returns at most 1000 per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max RIDs to return (≤1000). | |
| scroll | No | Enable scroll pagination. | |
| scroll_id | No | Continuation token from a previous response. | |
| scroll_order | No | Sort direction (default desc). | |
| use_js_token | No | Query the JS token's storage instead of the normal token's. Set to true if the prior crawl response showed token_type=js. |