v10

latestSwagger 2.0Apache 2.0raw.githubusercontent.com2023-06-129314.0 KB
collection

CDX Query (pywb)

get/{collection}

Path parameters

collectionstring required

Name of a collection

Query parameters

urlstring

URL to look for (outbackcdx will canonicalize the URL before running the query)

methodstring

HTTP request method to match

requestBodystring

Encoded request body to match (for POST and POST request methods)

urlkeystring

SURT to look for (bypassing outbackcdx canonicalization)

matchType'exact' | 'prefix' | 'host' | 'domain' | 'range'
sort'default' | 'closest' | 'reverse'
closestinteger

Timestamp for sort=closest mode

output'cdx' | 'json'

Output format

filterstring

Regular expression used to filter the results

limitinteger

Limit the number of results to no more than the number specified

flstring

Comma-separated list of fields to include in output

fromstring

Minimum timestamp

tostring

Maximum timestamp

collapse / collapseToFirststring

Field to collapse on, optionally with :number suffix to collapse on substring of field; in other words, return only the first row when of the series multiple consecutive rows have the same value for the supplied field

collapseToLaststring

Field to collapse on, optionally with :number suffix to collapse on substring of field; in other words, return only the last row when of the series multiple consecutive rows have the same value for the supplied field

accesspointstring

If experimental access control is enabled, the name of the access point (this may also be accessed from the path: /{collection}/ap/{accesspoint} )

Response

Default response

All 9 operations