Skip to main content
POST
Retry Task

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
task_id
string
required

Response

Successful Response

id
string
required
workspace_id
string
required
task_id
string
required
task_run_id
string | null
required
session_name
string
required
status
string
required
runner_pid
integer | null
required
exit_code
integer | null
required
error_message
string | null
required
line_count
integer
required
last_activity_at
string | null
required
started_at
string
required
finished_at
string | null
required
duration
number | null
keep_status
boolean
default:false
report
string | null