Skip to main content
GET
/
images
/
{resourceType}
/
{imageName}
/
share
List image shares
curl --request GET \
  --url https://api.blaxel.ai/v0/images/{resourceType}/{imageName}/share \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Path Parameters

resourceType
string
required

Resource type (agents, functions, sandboxes, jobs)

imageName
string
required

Name of the container image repository

Response

successful operation

Last modified on April 14, 2026