Skip to main content

Retry Job

GET 

/api/tracked-job-logs/retry/:trackedJobLog

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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type