get-synthetics-result
Retrieve the latest Synthetics API test results using a public ID to monitor endpoint availability and performance.
Instructions
Get latest results for a Synthetics API test by public ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| publicId | Yes | Synthetics test public ID. Example: abc-def-ghi | |
| fromTs | No | Start time in milliseconds. Example: 1740000000000 | |
| toTs | No | End time in milliseconds. Example: 1740003600000 | |
| probeDc | No | Filter by probe locations. Example: ["aws:us-east-1"] |