Get domain DNS verification history
Email
Get domain DNS verification history
Retrieve the historical DNS verification record snapshots for a sending domain over the past N days (default 30). Shows when records were added, verified, or failed. Useful for debugging DNS propagation and troubleshooting verification issues. Requires owner or admin role.
GET
Get domain DNS verification history
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Response
200 - application/json
The DNS verification history inside the standard { data, meta } envelope: data carries the resolved domainId, the requested days window, and an entries array of timestamped record snapshots (each showing the record type and its verified/partial/failed state at that point).
The response is of type object.