List instances
Return a paginated list of Compute instances visible to the authenticated user.
Authorizations
An API key issued by Hive Compute support. See Authentication above for how to request one.
Query Parameters
Opaque cursor from a previous response's pagination.next. Omit to
start at the first page.
Number of items per page.
1 <= x <= 200Return only instances in this state.
Each value is a bucket covering the transitional states that lead into it, so an instance is always matched by exactly one of them:
running— also matchesCREATED,DEPLOYEDandSTARTINGstopped— also matchesSTOPPINGterminated— also matchesTERMINATINGerrored—ERROREDonly
There is no filter for a transitional state on its own. Read
status on each instance to tell them apart.
running, stopped, terminated, errored Return only instances in this region. Use a name from
GET /regions.
An unrecognised value is not an error: it matches nothing and
returns an empty page. Note this is not the same vocabulary as
the region field on an instance, which carries the datacenter
location — see the Instance schema.
UAE, FR, US Return only instances on this GPU model, e.g. RTX 4090.
Return only instances that started at or after this ISO 8601
timestamp. Despite the name, the bound is on started_at, not on
creation time.
An instance that never started running has no started_at, so it is
excluded as soon as either bound is set — including a range wide
enough to cover everything. Omit both bounds to see those instances.
Return only instances that started at or before this ISO 8601
timestamp. The same started_at semantics as date_range_begin,
including the exclusion of instances that never started.
Match against instance name, instance id and host.
255Field to order by. Defaults to creation time, newest first.
NAME, GPU_TYPE, SIZE, REGION, HOURLY_RATE, CURRENT_COST, STATUS Order direction, applied to sort_field. Defaults to ASC.
It is ignored unless sort_field is also set: with no sort
field the result keeps its default order and this parameter has no
effect.
ASC, DESC