Get Offer Status
Get procurement status and instance details for an offer.
This endpoint checks the real-time status of provisioned instances.
Procurement status values
| Status | Meaning |
|---|---|
available | Offer exists but not yet procured |
provisioning_started | Procurement initiated, vendor provisioning in progress |
provisioning_in_progress | Vendor is creating the instance |
ready | Instance is active — check instances array for connection details |
failed | Procurement failed — check failure_reason |
Polling pattern
procurement_status is ready, the instances array contains:
external_ip— Public IP addressssh_command— Ready-to-use SSH command (e.g.,ssh root@1.2.3.4)status— Instance status (usuallyrunning)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Status of an offer and its provisioned instances.
Unique offer identifier
Offer status: available, procured, failed, or expired
When this offer was created
Procurement status: pending, provisioning, ready, or failed
Provisioned instances (empty until procurement starts)
Resources created by this offer
Human-readable progress (e.g. '2/4 instances running')
Reason for failure (present when status=failed)
When this offer was procured (null if not yet procured)