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
listteamhierarchylinks
GET/api/v2/team-hierarchy-links
List all team hierarchy links that match the provided filters.

Specific page number to return.

Size for a given page. The maximum allowed value is 100.

Filter by parent team ID

Filter by sub team ID

Configure credentials above to enable sending.

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
})