GET
Get Job Status

Authorizations

Authorization
string
header
required

The access token from a signed-in console session, sent as Authorization: Bearer <token>. It must be issued for the Simnet API audience — an identity token, or a token for another application, is refused with 401.

There are no API keys, client secrets or service accounts yet, so this is a personal, short-lived credential carrying your full account access. Programmatic credentials with role-based access are on the roadmap. See Authentication.

Headers

X-Region-Context
string<uuid>

The region to run this request against, as a region UUID. Omit it to use your default region — your primary region if you have one, otherwise the first active one. See Regions.

Path Parameters

jobId
string
required

Response

The job's current state. Poll this until status is success or error.

An asynchronous operation. Returned by GET /api/v1/jobs/{jobId}.

jobId
string

The identifier returned by whichever mutation started this work.

status
enum<string>

Normalised outcome. running means keep waiting; the other two are terminal.

Available options:
running,
success,
error
statusCode
integer | null

The compute platform's own numeric job status, when the job is being read live.

command
string

The operation this job is performing.

created
string<date-time>