Job scheduling, management, execution, and history for MetaDefender MFT. This is part of the full API documentation, split by feature area.
Jobs
Job management, scheduling, and status tracking
Read Jobs
Retrieves a paginated list of jobs.
OK
Create Job
Creates a new job.
Created
Read Job Statuses
Retrieves a paginated list of job statuses for the current user.
OK
Read All Job Statuses
Retrieves a paginated list of all job statuses across the system.
OK
Read Job
Retrieves details of a specific job by ID.
OK
Update Job
Updates an existing job by ID.
OK
Delete Job
Deletes a specific job by ID.
OK
Update Job Transfer Condition
Updates the transfer conditions for a specific job.
OK
Read Job Status
Retrieves the status of a specific job by ID.
OK
Execute Job
Manually starts the execution of a specific job.
OK
Pause Job
Pauses the execution of a specific job.
OK
Fork Job
Creates a copy (fork) of an existing job.
OK
Get Jobs Progress
Retrieves the progress of multiple jobs based on the provided request.
OK
Job Executions
Job execution history, details, and logs
Read Job Executions
Retrieves a paginated history of executions for a specific job.
OK
Read All Job Executions
Retrieves a paginated history of all executions for a specific job across the system.
OK
Read Job Execution
Retrieves details of a specific job execution.
OK
Read All Job Execution
Retrieves details of a specific job execution across the system.
OK
Download Job Execution Log
Downloads the log file for a specific job execution.
OK
Download All Job Execution Log
Downloads the log file for a specific job execution across the system.
OK
Get Recent Job Executions
Retrieves the most recent job executions for the current user.
OK
Job Settings
Global configuration and settings for jobs
Get Jobs Settings
Retrieves the global configuration settings for jobs.
OK
Update Jobs Settings
Updates the global configuration settings for jobs.
OK
