Skip to main content
GET
/
images
/
{resourceType}
/
{imageName}
Get image by name
curl --request GET \
  --url https://api.blaxel.ai/v0/images/{resourceType}/{imageName} \
  --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.

Path Parameters

resourceType
string
required

Resource type of the image

imageName
string
required

Name of the image

Response

200 - application/json

successful operation

metadata
object

Metadata for the image.

spec
object

Specification for the image.