Applications API
List applications
Retrieves a paginated list of no-code agents (formerly called no-code applications) with optional filtering and sorting capabilities.
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.
Query Parameters
Sort order for the results based on creation time.
Available options:
asc
, desc
Return results before this application ID for pagination.
Return results after this application ID for pagination.
Maximum number of applications to return in the response.
Filter applications by their type.
Available options:
generation
Response
200 - application/json
Successfully retrieved list of applications.
Response object containing a paginated list of applications.