Skip to main content
GET
List all application revisions

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Path Parameters

applicationName
string
required

Name of the application

Response

200 - application/json

successful operation

image
string
required

Container image for this revision (mandatory)

createdAt
string

When this revision was created

createdBy
string

Who created this revision

envs
object[]

Environment variables for this revision

id
string

Unique revision identifier

memory
integer

Memory allocation in megabytes. Determines CPU allocation (CPU = memory / 2048).

Example:

2048

port
integer

Port the application listens on for this revision (default uses spec-level port or 8080)

Example:

8080

snapshot
string

Snapshot ID this revision was forked from (optional, only set when created via fork)

Last modified on July 17, 2026