Skip to main content
GET

Scan API

List ans entries

OpenAPISince 0.5.10
Lists all non-expired ANS entries whose names are prefixed with the name_prefix, up to page_size entries.

Protocol Details

Operation IDlistAnsEntries
Published0.7.4
SpecificationDownload OpenAPI

Inputs

Query parameters

string
Every result’s name will start with this substring; if empty or absent, all entries will be listed. Does not have to be a whole word or segment; any substring will be accepted.
number
required
OpenAPI type: integer (int32).The maximum number of results returned. Older (but still non-expired) results are listed first.

Outputs

200

application/json
AnsEntry[]
required

History

Introduced0.5.10