GET
/
v1
/
applications

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

order
enum<string>
default:
desc

Sort order for the results based on creation time.

Available options:
asc,
desc
before
string

Return results before this application ID for pagination.

after
string

Return results after this application ID for pagination.

limit
integer
default:
50

Maximum number of applications to return in the response.

type
enum<string>

Filter applications by their type.

Available options:
generation

Response

200 - application/json
Successfully retrieved list of applications.

Response object containing a paginated list of applications.

data
object[]
required

List of application objects with their configurations.

has_more
boolean
required

Indicates if there are more results available in subsequent pages.

first_id
string

UUID of the first application in the current page.

last_id
string

UUID of the last application in the current page.