Skip to main content
GET
Application Revisions

Authorizations

Authorization
string
header
required

API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY

Path Parameters

owner
string
required

Username of the app owner

Example:

"user_123"

name
string
required

Application name

Example:

"my-app"

Query Parameters

limit
integer
default:50

Maximum number of revisions to return per page (1-100)

Required range: 1 <= x <= 100
Example:

50

cursor
string

Pagination cursor from previous response

Example:

"Mg=="

Response

Successfully retrieved application revisions

Revision history for an application

next_cursor
string | null
required

Cursor for the next page of results, null if no more pages

has_more
boolean
required

Boolean indicating if more results are available (convenience field derived from next_cursor)

endpoint_id
string
required

Canonical endpoint identifier ('/')

Example:

"user_123/my-app"

revisions
object[]
required

Application revisions, newest first