provider Incident Services GET /api/v2/services
@utdk/datadog /api/v2/services
Get a list of all incident services
Get all incident services uploaded 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 services.
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 services 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.

listincidentservices
GET/api/v2/services
Get all incident services uploaded 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 services.

Specifies which types of related objects should be included in the response.

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

Specific offset to use as the beginning of the returned page.

A search query that filters services by name.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.listincidentservices({
  "page[size]": 10,
  "page[offset]": 0
})