Skip to main content
GET
List records

Authorizations

x-api-key
string
header
required

ROOTKey API key (rk_live_... for production, rk_test_... for the test network).

Query Parameters

vaultAddress
string
required
cursor
string
limit
number
default:10
order
enum<string>
default:desc
Available options:
asc,
desc
name
string
startDate
string<date-time>
endDate
string<date-time>
status
enum<string>
Available options:
pending,
registered,
error

Response

Paginated list of records

chainId
number
Example:

137

records
object

Paginated records — each item's top-level fields are the record's decrypted column values (dynamic, per the table schema), plus a reserved __meta object carrying the record's identifiers.