GET
/apps/{appId}/tasksList background tasks
Returns all active background tasks for the app including progress percentage and task type.
Parameters
appIdpathrequiredGET
/apps/{appId}/tasks/currentGet current task
Returns the most recent background task for the app including progress percentage and task details.
Parameters
appIdpathrequiredGET
/apps/{appId}/tasks/queue-statusGet queue status
Returns the current queue status including whether it is paused and details of the failed job.
Parameters
appIdpathrequiredPOST
/apps/{appId}/tasks/ignore-failureIgnore task failure
Clears the paused state and resumes the queue, skipping the failed job.
Parameters
appIdpathrequiredPOST
/apps/{appId}/tasks/report-failureReport task failure
Creates an urgent support ticket linked to the failed job for admin investigation.
Parameters
appIdpathrequiredRequest Body
Bodyapplication/json
| Field | Type | Notes |
|---|---|---|
jobId | string | required |