v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03377590.5 KB
jobs

Create a background fix job

post/api/job/fix

Request body

$schemastring uri

A URL to the JSON Schema for this object.

git_refstring
parent_job_idinteger required
promptstring
stale_job_idinteger

Example request

{
  "$schema": "https://example.com/FixJobRequest.json"
}

Response

Created

$schemastring uri

A URL to the JSON Schema for this object.

agentstring required
agenticboolean required
backup_agentstring
backup_modelstring
branchstring
claim_blockedboolean
closedboolean
command_linestring
commit_idinteger
commit_subjectstring
diff_contentstring
dirty_filesstring[] nullable
enqueued_atstring date-time required
errorstring
finished_atstring date-time
git_refstring required
idinteger required
job_typestring required
min_severitystring
modelstring
output_prefixstring
panel_member_config_jsonstring
panel_member_indexinteger
panel_member_namestring
panel_namestring
panel_rolestring
panel_run_uuidstring
parent_job_idinteger
patchstring
patch_idstring
promptstring
prompt_prebuiltboolean required
providerstring
reasoningstring
repo_idinteger required
repo_namestring
repo_pathstring
requested_modelstring
requested_providerstring
retry_countinteger required
review_typestring
session_idstring
skip_reasonstring
sourcestring
source_machine_idstring
started_atstring date-time
statusstring required
synced_atstring date-time
token_usagestring
updated_atstring date-time
uuidstring
verdictstring
worker_idstring
worktree_pathstring

Example response

{
  "$schema": "https://example.com/ReviewJob.json"
}