Skip to main content
GET
cURL
No-code applications are now called no-code agents. The Applications API, which you can use to programmatically interact with no-code agents, still uses the term application to minimize breaking changes.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your Writer API key.

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<uuid>
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
application_input · object[]
required

List of input configurations for the application.

created_at
string<date-time>
required

Timestamp when the application was created.

updated_at
string<date-time>
required

Timestamp when the application was last updated.

last_deployed_at
string<date-time>

Timestamp when the application was last deployed.