Spot price events
spot_eventsPaid (0.01 USDC per call). Raw spot price-change events for one instance type. Every price change for the type in the window, with exact timestamp, availability zone and product (OS). Sorted by time. Repeated identical prices are dropped by default (include_repeats=true keeps them). Up to limit rows; when truncated is true, continue with from = next_from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| az | No | Restrict to one availability zone / zone id (for example `use1-az1`). Default: all zones. | |
| to | No | End of the window (exclusive), ISO 8601 UTC. Default: now. | |
| from | No | Start of the window (inclusive), ISO 8601 UTC. Default: 7 days before `to`. | |
| limit | No | Maximum rows to return (1 to 10000). Default 5000. | |
| region | Yes | Region slug as listed by /catalog (for example `us-east-1` for AWS, `us-central1` for GCP, `us-east` for Azure). Azure slugs map to `eastus`, `westus2`, `westeurope`. Example: us-east-1 | |
| product | No | Restrict to one product / OS string (for example `Linux/UNIX`, `Spot`, `Linux`). Default: all. | |
| instance | Yes | Instance / machine / SKU type name exactly as listed by /instances (for example `c5.large`, `n2-standard-4`, `D2s_v5`). Example: c5.large | |
| provider | Yes | Cloud provider. One of `aws`, `gcp`, `azure`. | |
| include_repeats | No | Keep events whose price equals the previous event of the same (az, product) series. Default false. |