List applications
Retrieves a paginated list of no-code applications with optional filtering and sorting capabilities.
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.
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.
generation
Response
Response object containing a paginated list of applications.
List of application objects with their configurations.
Detailed application object including its input configuration.
Indicates if there are more results available in subsequent pages.
UUID of the first application in the current page.
UUID of the last application in the current page.
Was this page helpful?