Get job
Fetch a snapshot of a prediction job’s status, progress, reserved credits, and result path. Useful for polling clients that do not consume the SSE stream.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Job
Canonical Lattice version the job ran under (e.g. "v0.4", "v0.5"). Always a v0.X label — the platform normalizes legacy aliases ("v10-fullpanel" → "v0.4", "v10-fullpanel-v2" → "v0.5") before persisting. Historical jobs may surface "v0.3" (sunset; readable but not dispatchable). null only on very old rows that predate the field.
Free-form job metadata. SDK-relevant fields include modal.endpoint_url (the Modal URL the dispatcher hit) and modal.model (mirror of the top-level model).