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.
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 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 (shows apps created from this template)
x >= 1Filter by binary ID (shows apps using this binary)
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