Skip to main content

List running job executions

Retrieve a paginated list of running job executions. Supports cursor-based pagination using 'before' and 'after' cursors. The 'limit' parameter controls the maximum number of results returned.

Query Parameters
limit int64

Possible values: 1 ≤ value ≤ 1000

Limit the number of running job executions returned. (1 to 1000, default = 30)

before string

Returns list of running job executions before this cursor (for reverse paging).

after string

Returns list of running job executions after this cursor (for forward paging).

limit int64

Possible values: 1 ≤ value ≤ 1000

Limit the number datasets returned. (1 to 1000, default = 10)

before string

Returns list of datasets before this cursor

after string

Returns list of datasets after this cursor

Responses
200

Successfully retrieved a paginated list of running job executions.

Schema OPTIONAL
data object[]
paging object OPTIONAL
before string OPTIONAL
after string OPTIONAL
total int32