Skip to content

List DNSSEC jobs

GET /dns/{domain}/dnssec/jobs

Operation ID: ListDNSSECJobsByDomain

Retrieve recent registry DNSSEC jobs for the specified domain.

NameTypeRequiredDescription
domainfqdn_relaxedyes-
StatusTypeDescription
200dnssecJobResponseDNSSEC job list
401ErrorUnauthorized
404ErrorDomain not found
500ErrorUnexpected error
FieldTypeRequiredDescription
successbooleanyesSuccess indicator
codeintegernoResponse/Error Code
responsednssecJobResponse[]no-
Terminal window
curl -X GET "https://api.regfish.com/dns/<domain>/dnssec/jobs" \
-H "x-api-key: $REGFISH_API_KEY"

Fill in values - the call below updates as you type. Nothing is sent: the API does not currently allow browser requests from this domain (CORS). The API key is not stored.