Skip to main content
A server-side ledger of submissions — who submitted what, when, on which profile, and what became of it. Each run_id links through to the job.

Submission ledger: every admitted job, newest first.

What you see

Search matches across project, user, run id and profile.

Runs and jobs are not the same thing

A job is the unit of scheduling — it can be paused, resumed, retried, and each attempt is the same job. A run is the unit of record: its directory holds the working copy, the outputs and the archived logs, and it is what storage accounting and reclamation operate on. This matters when you reference a previous result:
That is a run id, not a job id, because what you want is the artifact — which outlives the job that produced it.

What you can do

  • Click a run to open its job detail.
  • Search or filter, then copy a run id for --init-from or sf bench.
  • Follow a run into Projects to see it in the context of its repository.