Skip to main content
GET
List DDEX queue jobs (tenant-scoped)

Description

Authorization:
  • Required role: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

page
integer
default:1
limit
integer
default:20
size
integer
default:20
status
enum<string>
Available options:
pending,
running,
completed,
failed
jobType
string
workflowId
string
from
string<date-time>
to
string<date-time>
sortBy
enum<string>

Field to sort by. Defaults to createdAt.

Available options:
createdAt,
status,
startedAt,
completedAt
sortDir
enum<string>

Sort direction. Defaults to desc.

Available options:
asc,
desc

Response

Success

success
boolean
data
object