Get group
Groups
Get group
Get details of a specific group.
GET
Get group
The group slug is a URL-friendly identifier for the group.Documentation Index
Fetch the complete documentation index at: https://developers.dnsradar.dev/llms.txt
Use this file to discover all available pages before exploring further.
You can use this slug to filter monitors by group using the
group query parameter on the /monitors endpoint.Authorizations
API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.
Path Parameters
Group ID (e.g: grp_abc123...)
Response
Group details
Group for organizing monitors
Group identifier with 'grp_' prefix
Example:
"grp_abc123..."
URL-friendly identifier
Example:
"production-servers"
Display name
Example:
"Production Servers"
Whether this is the default group
Number of monitors in this group
Example:
42
List of webhook UUIDs associated with this group
Webhook UUID with 'whk_' prefix
Example:
["whk_abc123...", "whk_def456..."]

