Skip to main content
GET
List market windows

Authorizations

Authorization
string
header
required

Create an API token using sf tokens create or at https://sfcompute.com/account/api-keys.

Query Parameters

requirements
string

URL-safe field[:op]:value triples joined by ;.

range_start_at
integer<int64>
required

Start of the delivery-window range to browse. Unix epoch seconds, minute-aligned. Unix timestamp.

Example:

1738972800

range_end_at
integer<int64>
required

End of the delivery-window range to browse. Unix epoch seconds, minute-aligned, must be > range_start_at. Unix timestamp.

Example:

1738972800

limit
integer<u-int32>
default:50

Maximum results to return. Clamped to [1, 200]. Default 50.

Required range: 1 <= x <= 200
starting_after
string

Set to the response's cursor to fetch the next page.

Pattern: ^mwin_[A-Za-z0-9_-]+$
Example:

"mwin_gqXR7s0Kj5mHvE2wNpLc4Q"

Response

Active windows in the range.

Paginated list of active SKU windows, sorted by (start_at, end_at, instance_sku) ascending.

object
string
default:list
required
read-only
Allowed value: "list"
requirements
object
required

Key/value filters on instance SKU properties.

Keys are the property names instance SKUs carry on GET /v2/instance_skus (e.g. accelerator); values match each property's value spelling. The reserved instance_sku key pins to a single SKU by id.

Empty map = no constraints.

Example:
range_start_at
integer<int64>
required

Unix timestamp.

Example:

1738972800

range_end_at
integer<int64>
required

Unix timestamp.

Example:

1738972800

has_more
boolean
required
data
object[]
required
cursor
null | string
Pattern: ^mwin_[A-Za-z0-9_-]+$
Example:

"mwin_gqXR7s0Kj5mHvE2wNpLc4Q"