BugSnag: Get Network Endpoint Groupings
bugsnag_get_network_endpoint_groupingsRetrieve network endpoint grouping rules for a project to view how network requests are consolidated into groups based on URL patterns.
Instructions
Get the network endpoint grouping rules for a project
Toolset: Performance
Parameters:
projectId (string): Unique identifier of the project. This is optional if a current project is set and is used to set the current project for BugSnag tools.
Use Cases: 1. View current network endpoint grouping configuration 2. Understand how network requests are being grouped in performance monitoring 3. Check grouping patterns before making updates
Examples:
Get network grouping rules for a project
{}Expected Output: Array of endpoint URL patterns
Hints: 1. Network grouping patterns help consolidate similar requests into single span groups 2. Patterns use OpenAPI path templating syntax with curly braces for path parameters (e.g., /users/{userId}) 3. Wildcards () can be used in domains to match multiple subdomains (e.g., https://.example.com)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Unique identifier of the project. This is optional if a current project is set and is used to set the current project for BugSnag tools. |