Skip to main content
GET
Get app list

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Query Parameters

client_id
integer<int64>

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

Required range: x >= 1
name
string

Filter by application name (case-insensitive partial match)

Required string length: 1 - 255
api_type
enum<string>

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

Available options:
wasi-http,
proxy-wasm
status
integer

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

Required range: 0 <= x <= 5
template
integer<int64>

Filter by template ID

Required range: x >= 1
binary
integer<int64>

Filter by binary ID

Required range: x >= 1
plan
integer<int64>

Filter by plan ID

Required range: x >= 1
limit
integer
default:50

Maximum number of results to return

Required range: 1 <= x <= 1000
offset
integer
default:0

Number of results to skip for pagination

Required range: x >= 0
ordering
enum<string>

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

Available options:
name,
-name,
status,
-status,
id,
-id,
template,
-template,
binary,
-binary,
plan,
-plan,
client,
-client

Response

Returns paginated list of applications across all clients with filters applied

apps
object[]
required
count
integer

Total number of apps