Jobs & Logs
Show Tracked Job Log
Returns a single tracked job log by ID with full progress details including batch progress, results, and status transitions.
Delete Tracked Job Log
Deletes a tracked job log by ID.
Update Tracked Job Log
Updates a tracked job log (e.g., to mark it as cancelled). Used by the frontend tracked job log endpoints to cancel running jobs.
Retry Job
Re-dispatches a previously tracked background job using the same arguments stored in the job log. The job is re-created via reflection and dispatched to the same queue.
List Tracked Job Logs
Returns a paginated list view list of tracked job logs. Tracked jobs represent background queue jobs visible via the tracked job log endpoints.
Create Tracked Job Log
Creates a new tracked job log entry. Note: Tracked job logs are typically created automatically by the TrackableJobTrait when background jobs are dispatched.