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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.getdatadeletionrequests({
"page_size": 50
})