provider Deployment Gates GET /api/v2/deployment_gates
@utdk/datadog /api/v2/deployment_gates
Get all deployment gates
Returns a paginated list of all deployment gates for the organization. Use `page[cursor]` and `page[size]` query parameters to paginate through results.
page[cursor] query
Cursor for pagination. Use the `meta.page.next_cursor` value from the previous response.
string
page[size] query
Number of results per page. Defaults to 50. Must be between 1 and 1000.
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.

listdeploymentgates
GET/api/v2/deployment_gates
Returns a paginated list of all deployment gates for the organization. Use `page[cursor]` and `page[size]` query parameters to paginate through results.

Cursor for pagination. Use the `meta.page.next_cursor` value from the previous response.

Number of results per page. Defaults to 50. Must be between 1 and 1000.

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.listdeploymentgates({
  "page[size]": 50
})