provider Incident Teams GET
/api/v2/teams @utdk/datadog
/api/v2/teams Get a list of all incident teams
Get all incident teams for the requesting user's organization. If the `include[users]` query parameter is provided, the included attribute will contain the users related to these incident teams.
- include query
- Specifies which types of related objects should be included in the response.
- enum: users, attachments
- page[size] query
- Size for a given page. The maximum allowed value is 100.
- integer
- page[offset] query
- Specific offset to use as the beginning of the returned page.
- integer
- filter query
- A search query that filters teams by name.
- 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.listincidentteams({
"page[size]": 10,
"page[offset]": 0
})