API: Jobs
This section explains how to inspect and control server and plugin background jobs.
List Active Jobs
Retrieve jobs that are currently active.
Optional query parameters:
- sort: Sorting format
{FIELD}:{ASC/DESC}(can be used multiple times)
List All Jobs
Retrieve all jobs, with optional paging and filtering.
Optional query parameters:
- page: Page number
- pageSize: Number of items per page
- name: Filter by job name
- status: Filter by job status
- sort: Sorting format
{FIELD}:{ASC/DESC}(can be used multiple times)
Get Job Details
Fetch a specific job by ID.
Pause a Job
Send a pause signal to a job.
Resume a Job
Send a resume signal to a job.
Restart a Job
Send a restart signal to a job.