Listing Tasks
GET
https://Example-Server.com/be/v1/tasks
Last modified:2025-05-08 12:00:04
Required Permissions
tasks.read
Request
Query Params
offset
integer
optional
Example:
0
limit
integer
optional
Default:
10
Example:
10
appName
string
optional
Example:
example_app
taskGroup
string
optional
Example:
example_group
status[]
array[string]
optional
Example:
["running","pending"]
taskTypes[]
array [array]
optional
Example:
["build","deploy"]
string
optional
created
string
optional
Example:
2025-01-01T00:00:00Z
order[]
array[string]
optional
Example:
["-created","appName"]
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}}