List Apps
GET
https://Example-Server.com/be/v1/apps
Last modified:2025-05-08 12:00:04
Required Permissions
apps.read
Request
Query Params
offset
integer
optional
>= 0
Example:
0
limit
integer
optional
>= 1
Default:
10
Example:
10
fields[]
array[string]
optional
Example:
["name","label","created","updated"]
name
string
optional
Example:
example_app
processing
boolean
optional
Example:
true
exporting
boolean
optional
Example:
true
order[]
array[string]
optional
Example:
-updated
Header Params
x-rockit-beauth-token
string
optional
POST /be/v1/auth
) or API key (POST /be/v1/apikeys
) Mutually excluded with
x-rockit-api-key
.Example:
{{_edge_org_admin_beauth_token}}
x-rockit-orgname
string
optional
Requires
x-rockit-username
and x-rockit-api-key
.Example:
{{EDGE_ORG_NAME}}
x-rockit-username
string
optional
Requires
x-rockit-orgname
and x-rockit-api-key
.Example:
adminPrincipal
x-rockit-api-key
string
optional
Mutually excluded with
x-rockit-beauth-token
. Requires x-rockit-username
and x-rockit-orgname
.Example:
{{_adminPrincipal_apiKey}}