Skip to Content

APIs & SDKs

List existing DNS records

Vercel SDK

GEThttps://api.vercel.com/v5/domains/{domain}/records

List existing DNS records

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.

Authentication

AuthorizationbearerToken

Default authentication mechanism


domain

Maximum number of records to list from a request.

limit

since string

teamId

Path parameters
  • string
  • slug
  • string
  • string

Optional

until Optional

Optional

Query parameters
  • Required
  • Get records created after this JavaScript timestamp.
  • Get records created before this JavaScript timestamp.
  • Optional
  • string

Response

200Successful response retrieving a list of paginated DNS records.


404Error

410Error

Variant 1Variant 2Variant 3

403You do not have permission to access this resource.

401The request is not authorized.

400One of the provided values in the request query is invalid.

This page is not in the current cross-link map.