List records

  • GET
  • /workspaces
  • /:workspace
  • /domains
  • /:domain
  • /records

Returns a list of records.

Request

REQUIRED SCOPES
WORKSPACE, ZONE_READ
URL PARAMETERS
workspacerequired string
The workspace name.
domainrequired string
The domain or subdomain name.

Last modified on Apr 8, 2025

Example:

CURL
curl -X GET "https://api.buddy.works/workspaces/:workspace/domains/:domain/records" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
EXAMPLE RESPONSE
{ "records": [ { "name": "@", "type": "SOA", "values": [ "bison.live.page hostmaster.my-domain.com 2025030701 10800 3600 604800 3600" ], "ttl": 3600 }, { "name": "@", "type": "NS", "values": [ "bison.live.page.", "lynx.live.page.", "stork.live.page.", "wolf.live.page." ], "ttl": 3600 } ] }
STATUS
200 OK
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999