Lybic Docs

List all machine images

GET
/api/orgs/{orgId}/machine-images

Path Parameters

orgId*string

The organization ID

Query Parameters

scope?string

List scope, defaults to org

Value in"org" | "public" | "all"

Response Body

application/json

curl -X GET "https://loading/api/orgs/string/machine-images"
{
  "images": [
    {
      "id": "string",
      "name": "string",
      "description": "string",
      "createdAt": "2019-08-24T14:15:22Z",
      "shapeName": "string",
      "requiredFeatureFlag": "string",
      "scope": "ORG",
      "status": "CREATING"
    }
  ],
  "quota": {
    "used": 0,
    "limit": 0
  }
}