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.
Query parameters
Filter by application name (case-insensitive partial match)
API type:
wasi-http - WASI with HTTP entry point
proxy-wasm - Proxy-Wasm app, callable from CDN
Status code:
0 - draft (inactive)
1 - enabled
2 - disabled
3 - hourly call limit exceeded
4 - daily call limit exceeded
5 - suspended
Filter by template ID (shows apps created from this template)
Filter by binary ID (shows apps using this binary)
Filter by plan ID
Maximum number of results to return
Number of results to skip for pagination
Sort order. Use - prefix for descending (e.g., -name sorts by name descending)
Response
Returns paginated list of client applications with optional filters applied