v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
Machines

Get a list of machines for an instance

This request returns the list of machines for an instance. The machines are ordered by descending creation date (i.e. most recent machines will be returned first)

get/machines

Query parameters

limitinteger

Applies a limit to the number of results returned. Can be used for paginating the results together with offset.

offsetinteger

Skip the first offset results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with limit.

querystring

Returns machines with ID or name that match the given query. Uses exact match for machine ID and partial match for name.

order_bystring

Allows to return machines in a particular order. You can order the returned machines by their name or created_at. To specify the direction, use the + or - symbols prepended to the property to order by. For example, to return machines in descending order by created_at, use -created_at. If you don't use + or -, then + is implied. Defaults to -created_at.

Response

Success

total_countinteger required

Total number of machines