v1

latestOpenAPI 3.0.32026-07-2644164161.5 KB
Generation API

Application details

Retrieves detailed information for a specific no-code agent (formerly called no-code applications), including its configuration and current status.

get/v1/applications/{application_id}

Path parameters

application_idstring required

Unique identifier of the application to retrieve.

Response

Successfully retrieved application details.

idstring uuid required

Unique identifier for the application.

namestring required

Display name of the application.

type'generation' required

The type of no-code application.

status'deployed' | 'draft' required

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

created_atstring date-time required

Timestamp when the application was created.

updated_atstring date-time required

Timestamp when the application was last updated.

last_deployed_atstring date-time

Timestamp when the application was last deployed.