GET
List Jobs

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.

Query Parameters

page
integer<int32>
default:1
pageSize
integer<int32>
default:20
keyword
string
status
string
command
string
hoursBack
integer<int32>
default:6

Response

Recorded jobs. Note the hoursBack default — a job older than the window is absent, which looks identical to a job that never existed.

A pass-through list envelope. The rows are under jobs — the compute platform's own key — not content.

jobs
object[]

The rows on this page.

count
integer

Total rows matching the query, across all pages.

page
integer

The page you are on, counting from 1.

Example:

1

pageSize
integer
Example:

20

total
integer

Same value as count.

regionErrors
object[]

Present only when the request fanned out across a region group: one entry per region that failed, so a partial result is not mistaken for a complete one.