Applications API
Application details
Retrieves detailed information for a specific no-code agent (formerly called no-code applications), including its configuration and current status.
GET
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
Bearer authentication header of the form Bearer <token>
, where <token>
is your Writer API key.
Path Parameters
Unique identifier of the application to retrieve.
Response
200 - application/json
Successfully retrieved application details.
Detailed application object including its input configuration.