List available Runtime Image variants
const url = 'https://api.runta.me/v2/images';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.runta.me/v2/images \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”List response envelope.
List response envelope.
object
A selectable Runtime Image product variant.
object
object
object
object
How each protocol this image speaks reaches a provider.
object
Guest variable this image’s onboarding writes the credential to.
Endpoint the onboarding configures when the caller names none.
Subscription credentials Runta signs in to on the tenant’s behalf. Empty when this image only accepts a credential the tenant supplies.
object
Whether this image’s agent can be pointed at another endpoint.
A browser surface the image serves. It is published through the runtime’s ingress on demand, behind a session gateway, rather than being exposed for the lifetime of the runtime.
object
Guest-local port the gateway listens on.
TCP ports declared by the image. They are discovery hints and are not published automatically.
Example
{ "data": [ { "architectures": [ "x86_64" ] } ]}Missing, malformed, or rejected bearer token
object
object
UUID v7 correlation ID shared with the X-Request-Id response header.
Example
{ "error": { "code": "already_exists" }}The bearer token is not allowed to perform this action
object
object
UUID v7 correlation ID shared with the X-Request-Id response header.
Example
{ "error": { "code": "already_exists" }}The requested resource was not found
object
object
UUID v7 correlation ID shared with the X-Request-Id response header.
Example
{ "error": { "code": "already_exists" }}The request conflicts with current resource state
object
object
UUID v7 correlation ID shared with the X-Request-Id response header.
Example
{ "error": { "code": "already_exists" }}Validation or application error
object
object
UUID v7 correlation ID shared with the X-Request-Id response header.
Example
{ "error": { "code": "already_exists" }}Rate limit exceeded
object
object
UUID v7 correlation ID shared with the X-Request-Id response header.
Example
{ "error": { "code": "already_exists" }}Operation is not implemented
object
object
UUID v7 correlation ID shared with the X-Request-Id response header.
Example
{ "error": { "code": "already_exists" }}Upstream service is unavailable
object
object
UUID v7 correlation ID shared with the X-Request-Id response header.
Example
{ "error": { "code": "already_exists" }}Upstream request timed out
object
object
UUID v7 correlation ID shared with the X-Request-Id response header.
Example
{ "error": { "code": "already_exists" }}default
Section titled “default”Error response
object
object
UUID v7 correlation ID shared with the X-Request-Id response header.
Example
{ "error": { "code": "already_exists" }}