Skip to main content
GET
/
images
List images
curl --request GET \
  --url https://api.blaxel.ai/v0/images \
  --header 'Authorization: Bearer <token>'
[
  {
    "metadata": {
      "createdAt": "<string>",
      "displayName": "<string>",
      "lastDeployedAt": "<string>",
      "name": "<string>",
      "resourceType": "<string>",
      "updatedAt": "<string>",
      "workspace": "<string>"
    },
    "spec": {
      "size": 123,
      "tags": [
        {
          "createdAt": "<string>",
          "name": "<string>",
          "size": 123,
          "updatedAt": "<string>"
        }
      ]
    }
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

successful operation

metadata
object

Metadata for the image.

spec
object

Specification for the image.