Fetch a single stability-analysis envelope. Typed results
populate when status=completed; error populates when
status=failed.
Cross-resource scoping is strict: fetching a non-stability job id
returns 404.
Cost: read — rate bucket only.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Stability analysis job envelope — pipeline status + typed result.
Opaque stability-analysis identifier (UUID).
"bbbb2222-cccc-3333-dddd-444455556666"
Lifecycle state. pending → running → completed | failed. canceled is terminal and only reachable via POST /v1/stability-analyses/{id}/cancel on a still-pending job.
pending, running, completed, failed, canceled "pending"
ISO-8601 timestamp (UTC) when the job was submitted.
"2026-04-22T14:15:00+00:00"
Credits debited at submission for this job type.
3
Echo of the caller's submit body.
Polymorphic discriminator. Always stability_analysis.
"stability_analysis"ISO-8601 timestamp when execution started. null while pending.
ISO-8601 timestamp when the job completed successfully.
ISO-8601 timestamp when the job failed. null unless status=failed.
ISO-8601 timestamp when the job was canceled. null unless status=canceled.
Populated only when status=failed. Same shape as problem+json.
Stability scorecard. null until status=completed.