List your instances
Returns a cursor-paginated list of your instances, newest first.
Only instances belonging to your account are returned. There is no way to widen the result set to another account or organisation.
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.
running, stopped, terminated, errored Return only instances in this region, e.g. eu-west.
Return only instances on this GPU model, e.g. RTX 4090.
Return only instances created at or after this ISO 8601 timestamp.
Return only instances created at or before this ISO 8601 timestamp.
Match against instance name, region and GPU type.
255Field to order by. Defaults to creation time, newest first.
NAME, GPU_TYPE, SIZE, REGION, HOURLY_RATE, CURRENT_COST, STATUS Order direction. Defaults to DESC.
ASC, DESC