Retrieves a paginated list of activity logs for the specified domain. Activity logs track all actions and changes made to the domain and its monitoring components.
You can obtain your API Token from your Domainwarden account settings.
The ID of the domain.
The ID of the domain.
Number of items per page (default: 15, max: 100).
20
Page number for pagination.
1
[
{
"id": "019a11e5-1234-5678-9012-123456789012",
"domain_id": 1,
"domain_label": "example.com",
"domain_url": "https://example.com",
"domain_favicon_url": "https://www.google.com/s2/favicons?domain=example.com&sz=128",
"user_id": 42,
"user_name": "John Doe",
"message": "DNS monitoring was enabled",
"type": "dns_enabled",
"type_human": "DNS Enabled",
"created_at": "2024-10-27 12:00:00",
"created_at_human": "2 hours ago"
}
]