v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBSynthetics
Get a specific version of a test
Get a specific version of a Synthetic test by its version number.
get/api/v2/synthetics/tests/{public_id}/version_history/{version_number}
Path parameters
public_idstring required
The public ID of the Synthetic test.
version_numberinteger required
The version number to retrieve.
Query parameters
include_change_metadataboolean
If true, include change metadata in the response.
only_check_existenceboolean
If true, only check whether the version exists without returning its full payload. Returns an empty object if the version exists, or 404 if not.
Response
OK