Job Queue
Retrieves active jobs in a queue
Fetches a paginated list of active jobs. Results can be paginated using query parameters.for the specified queue.
get/api/v1/jobs/{queueName}/active
Path parameters
queueNamestring required
Example:image-processing
Logical name of the queue.
Query parameters
pageinteger
Page number to retrieve (1-based indexing).
pageSizeinteger
Number of records per page.
Response
Successfully retrieved active jobs for the queue.
Changes
No recorded changes to this endpoint across all 1 revision of this API.