Machine Image

List all machine images

get/project/{project_id}/machine-image

Path parameters

project_idstring required
Example:pjkkmx0f2vke4h36nk9cm8v8q0

ID of the project

Query parameters

start_afterstring

Pagination - Start after

page_sizeinteger

Pagination - Page size

order_columnstring

Pagination - Order column

Response

A list of machine images

countinteger required

Example response

{
  "items": [
    {
      "id": "m1n30gjk1d1e2jj34v9x0dq4rp",
      "name": "my-image",
      "location": "eu-central-h1"
    }
  ]
}