provider Teams GET
/api/v2/team-hierarchy-links @utdk/datadog
/api/v2/team-hierarchy-links Get team hierarchy links
List all team hierarchy links that match the provided filters.
- page[number] query
- Specific page number to return.
- integer
- page[size] query
- Size for a given page. The maximum allowed value is 100.
- integer
- filter[parent_team] query
- Filter by parent team ID
- string
- filter[sub_team] query
- Filter by sub team ID
- string
Try it
Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.listteamhierarchylinks({
"page[number]": 0,
"page[size]": 10
})