list_versions
List every archived capture of a URL to see how the page evolved over time. Filter results by date range, status code, mime type, and more.
Instructions
List every archived capture of a specific URL (CDX query). Use to see how a page changed over time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to query capture history for | |
| limit | No | ||
| offset | No | Pagination offset for CDX results (skip first N captures) | |
| compact | No | Return year-bucketed summary instead of full CDX records. Reduces output size for URLs with many captures. | |
| filter | No | Field filters, repeatable. Format: '=field:value' (exact), '!=field:value' (negate+exact), '~field:regex' (regex), '!~field:regex' (negate+regex). Example: ['=status:200', '=mime:text/html'] | |
| match_type | No | URL matching: exact (default), prefix, host, or domain | exact |
| from_date | No | Start timestamp: YYYY, YYYY-MM, YYYY-MM-DD, or YYYYMMDDHHMMSS | |
| to_date | No | End timestamp (same format as from_date) | |
| sort | No | Sort order: default (chronological), reverse (newest first), closest (require 'closest' param) | default |
| closest | No | Timestamp for sort=closest to rank by time-distance. Accepts same date formats as from_date. |