v32

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

Get app list

Retrieve applications across all clients with advanced filtering and pagination. Admins can view and manage applications for any client in their reseller scope.

get/fastedge/v1/admin/apps

Query parameters

client_idinteger

Filter applications by client ID. Omit to see all apps across all clients.

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

binaryinteger

Filter by binary ID

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' | 'client' | '-client'

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

Response

Returns paginated list of applications across all clients with filters applied

countinteger

Total number of apps