getArNSRecords
getArNSRecords
is a method on the ARIO
class that retrieves all ArNS records with optional pagination and filtering support.
getArNSRecords
does not require authentication.
Examples
getArNSRecords
Parameters
Parameter | Type | Description | Optional | Default |
---|---|---|---|---|
cursor | string | The ArNS name to use as the starting point for the next page of results | true | None |
limit | number | The maximum number of records to return (max: 1000) | true | 100 |
sortBy | string | The property to sort results by | true | startTimestamp |
sortOrder | string | The sort direction ('desc' or 'asc') | true | desc |
filters | Record<string, string | string[]> | Filters to apply to the results. Keys must match object properties. Arrays act as OR conditions, multiple keys act as AND conditions. | true | None |