Skip to main content
GET
/
organizations
/
{organizationID}
/
images
Get available images
curl --request GET \
  --url https://api.xata.tech/organizations/{organizationID}/images \
  --header 'Authorization: Bearer <token>'
{
  "images": [
    {
      "name": "<string>",
      "majorVersion": "<string>",
      "fullVersion": "<string>",
      "region": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organizationID
string
required

Unique identifier of the organization to check image availability

Query Parameters

region
string

Region to check image availability for organization

Response

List of images available for the organization

images
object[]
required

Array of available images with their properties