Applications API
Application details
Retrieves detailed information for a specific no-code application, including its configuration and current status.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the application to retrieve.
Response
200 - application/json
Successfully retrieved application details.
Detailed application object including its input configuration.
Unique identifier for the application.
Display name of the application.
The type of no-code application.
Available options:
generation
Current deployment status of the application. Note: currently only deployed
applications are returned.
Available options:
deployed
, draft
List of input configurations for the application.
Timestamp when the application was created.
Timestamp when the application was last updated.
Timestamp when the application was last deployed.
Was this page helpful?