provider Case Management GET /api/v2/cases
@utdk/datadog /api/v2/cases
Search cases
Search cases.
page[size] query
Size for a given page. The maximum allowed value is 100.
integer
page[number] query
Specific page number to return.
integer
sort[field] query
Specify which field to sort
enum: created_at, priority, status
filter query
Search query
string
sort[asc] query
Specify if order is ascending or not
boolean

Try it

Authentication
Configure credentials for Datadog API V2 Collection
searchcases
GET/api/v2/cases
Search cases.

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

Specific page number to return.

Specify which field to sort

Search query

Specify if order is ascending or not

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.searchcases({
  "page[size]": 10,
  "page[number]": 0,
  "sort[asc]": false
})