Documentation
GET/apps/{appId}/tasks
List background tasks
Returns all active background tasks for the app including progress percentage and task type.

Parameters

appIdpathrequired
string
GET/apps/{appId}/tasks/current
Get current task
Returns the most recent background task for the app including progress percentage and task details.

Parameters

appIdpathrequired
string
GET/apps/{appId}/tasks/queue-status
Get queue status
Returns the current queue status including whether it is paused and details of the failed job.

Parameters

appIdpathrequired
string
POST/apps/{appId}/tasks/ignore-failure
Ignore task failure
Clears the paused state and resumes the queue, skipping the failed job.

Parameters

appIdpathrequired
string
POST/apps/{appId}/tasks/report-failure
Report task failure
Creates an urgent support ticket linked to the failed job for admin investigation.

Parameters

appIdpathrequired
string

Request Body

Bodyapplication/json
FieldTypeNotes
jobId
string
required