v42

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-2129120150.2 KB
Generation API

List applications

Retrieves a paginated list of no-code agents (formerly called no-code applications) with optional filtering and sorting capabilities.

get/v1/applications

Query parameters

order'asc' | 'desc'

Sort order for the results based on creation time.

beforestring uuid

Return results before this application ID for pagination.

afterstring uuid

Return results after this application ID for pagination.

limitinteger

Maximum number of applications to return in the response.

type'generation'

The type of no-code application.

Filter applications by their type.

Response

Successfully retrieved list of applications.

first_idstring uuid

UUID of the first application in the current page.

last_idstring uuid

UUID of the last application in the current page.

has_moreboolean required

Indicates if there are more results available in subsequent pages.