provider Synthetics GET
/api/v2/synthetics/tests/{public_id}/version_history @utdk/datadog
/api/v2/synthetics/tests/{public_id}/version_history Get version history of a test
Get the paginated version history for a Synthetic test.
- public_id path required
- The public ID of the Synthetic test.
- string
- last_version_number query
- The version number of the last item from the previous page. Omit to get the first page.
- integer
- limit query
- Maximum number of version records to return per page.
- integer
Try it
Authentication
Configure credentials for Datadog API V2 Collection
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.listsyntheticstestversions()