provider Deployment Gates GET
/api/v2/deployments/gates/evaluation/{id} @utdk/datadog
/api/v2/deployments/gates/evaluation/{id} Get a deployment gate evaluation result
Retrieves the result of a deployment gate evaluation by its evaluation ID.
If the evaluation is still in progress, `data.attributes.gate_status` will be `in_progress`;
continue polling until it returns `pass` or `fail`.
Polling every 10-20 seconds is recommended.
The endpoint may return a 404 if called too soon after triggering; retry after a few seconds.
- id path required
- The evaluation ID returned by the trigger endpoint.
- 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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.getdeploymentgatesevaluationresult()