v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Apps

List client's apps

Retrieve a paginated list of applications owned by the authenticated client. Results can be filtered by name, API type, status, template, binary, or plan, and sorted by various fields.

get/fastedge/v1/apps

Query parameters

namestring

Filter by application name (case-insensitive partial match)

api_type'wasi-http' | 'proxy-wasm'

API type:
wasi-http - WASI with HTTP entry point
proxy-wasm - Proxy-Wasm app, callable from CDN

statusinteger

Status code:
0 - draft (inactive)
1 - enabled
2 - disabled
3 - hourly call limit exceeded
4 - daily call limit exceeded
5 - suspended

templateinteger

Filter by template ID (shows apps created from this template)

binaryinteger

Filter by binary ID (shows apps using this binary)

planinteger

Filter by plan ID

limitinteger

Maximum number of results to return

offsetinteger

Number of results to skip for pagination

ordering'name' | '-name' | 'status' | '-status' | 'id' | '-id' | 'template' | '-template' | 'binary' | '-binary' | 'plan' | '-plan'

Sort order. Use - prefix for descending (e.g., -name sorts by name descending)

Response

Returns paginated list of client applications with optional filters applied

countinteger

Total number of apps