Retrieve applications across all clients with advanced filtering and pagination. Admins can view and manage applications for any client in their reseller scope.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Filter applications by client ID. Omit to see all apps across all clients.
x >= 1Filter by application name (case-insensitive partial match)
1 - 255API type:
wasi-http - WASI with HTTP entry point
proxy-wasm - Proxy-Wasm app, callable from CDN
wasi-http, proxy-wasm Status code:
0 - draft (inactive)
1 - enabled
2 - disabled
3 - hourly call limit exceeded
4 - daily call limit exceeded
5 - suspended
0 <= x <= 5Filter by template ID
x >= 1Filter by binary ID
x >= 1Filter by plan ID
x >= 1Maximum number of results to return
1 <= x <= 1000Number of results to skip for pagination
x >= 0Sort order. Use - prefix for descending (e.g., -name sorts by name descending)
name, -name, status, -status, id, -id, template, -template, binary, -binary, plan, -plan, client, -client