GET
Get Resource
Returns details for a single resource including connection info (IP, SSH command) and current status.

Force refresh

Pass ?force_refresh=true to trigger a live vendor poll instead of using cached state. This is useful when you need the most up-to-date status immediately after an operation.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

resource_id
string<uuid>
required

Query Parameters

force_refresh
boolean
default:false

Response

Successful Response

Summary of a user-level resource (for list endpoint).

resource_id
string<uuid>
required
resource_type
string
required
vendor
string
required
vendor_region
string
required
status
string
required
created_at
string<date-time>
required
name
string | null
status_message
string | null
access
ResourceAccessInfo · object | null

Connection details for a resource (populated from vendor item outputs).

spec
Spec · object
linked_resources
LinkedResourceSummary · object[]
offer_history
OfferResourceSummary · object[]
pricing_total_hourly
number | null
valid_from
string<date-time> | null
valid_to
string<date-time> | null
last_synced_at
string<date-time> | null