GET
/
v1
/
applications
/
{application_id}

Authorizations

Authorization
string
header
required

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

Path Parameters

application_id
string
required

Unique identifier of the application to retrieve.

Response

200 - application/json
Successfully retrieved application details.

Detailed application object including its input configuration.

id
string
required

Unique identifier for the application.

name
string
required

Display name of the application.

type
enum<string>
required

The type of no-code application.

Available options:
generation
status
enum<string>
required

Current deployment status of the application. Note: currently only deployed applications are returned.

Available options:
deployed,
draft
inputs
object[]
required

List of input configurations for the application.

created_at
string
required

Timestamp when the application was created.

updated_at
string
required

Timestamp when the application was last updated.

last_deployed_at
string

Timestamp when the application was last deployed.