GET v4/domains/{domain}/records

vercel.com

Summary: List existing DNS records
Operation ID: getRecords
Auth: unknown
Description

Retrieves a list of DNS records created for a domain name. By default it returns 20 records if no limit is provided. The rest can be retrieved using the pagination options.

Parameters (5)

domain (string, path, required)
limit (string, query, optional)

Maximum number of records to list from a request.

since (string, query, optional)

Get records created after this JavaScript timestamp.

teamId (string, query, optional)

The Team identifier or slug to perform the request on behalf of.

until (string, query, optional)

Get records created before this JavaScript timestamp.

No probe data for this endpoint yet.