provider Data Deletion GET /api/v2/deletion/requests
@utdk/datadog /api/v2/deletion/requests
Gets a list of data deletion requests
Gets a list of data deletion requests based on several filter parameters.
next_page query
The next page of the previous search. If the next_page parameter is included, the rest of the query elements are ignored.
string
product query
Retrieve only the requests related to the given product.
string
query query
Retrieve only the requests that matches the given query.
string
status query
Retrieve only the requests with the given status.
string
page_size query
Sets the page size of the search.
integer

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.

getdatadeletionrequests
GET/api/v2/deletion/requests
Gets a list of data deletion requests based on several filter parameters.

The next page of the previous search. If the next_page parameter is included, the rest of the query elements are ignored.

Retrieve only the requests related to the given product.

Retrieve only the requests that matches the given query.

Retrieve only the requests with the given status.

Sets the page size of the search.

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.getdatadeletionrequests({
  "page_size": 50
})