v1

latestOpenAPI 3.0.02026-07-1441177156.0 KB
Autonomous Systems

Scroll search

While a 'search' request allows to paginate over the first 10'000 results, the 'scroll search' can be used for deep pagination over a larger number of results (or even all results) in much the same way as you would use a cursor on a traditional database. In order to use scrolling, the initial search response will return a 'search_id' data field which should be specified in the subsequent requests in order to iterate over the rest of results.

post/as/scroll/search

Request body

search_idstring

Search ID of the search. Pass this parameter in requests to iterate over all search results. Returned in the body of the first search request. The search ID has a 1-minute lifetime after it was used the last time. If an expired search ID is passed, you will receive the "search ID not found" error.

search_paramsobject[] required

A list of AS attributes to search the autonomous systems by. A comprehensive list of valid search parameters is shown in the table.

Response

Operation successful