Side-by-side comparison of two of the tenant's jobs
Compare two jobs side-by-side. Useful for ‘did changing the model improve cost?’ or ‘which run succeeded — the original or the duplicate?’…
GET
Compare two jobs side-by-side.
Useful for ‘did changing the model improve cost?’ or ‘which run
succeeded — the original or the duplicate?’. Surfaces the two jobs’
full status snapshots plus a
deltas dict highlighting the fields
that actually differ. Both jobs must belong to the calling tenant.
Query parameters
string (uuid)
required
UUID of the first job.
string (uuid)
required
UUID of the second job.
Response
JobDiffResponse
JobDiffSide
required
JobDiffSide
required
object
required
Field-by-field diff summary, e.g.
{'cost_usd': '0.0420 → 0.0085 (-80.95%)'}. Only fields that actually differ between A and B appear here.string[]
required
Field names that matched on both sides — quick visual confirmation.