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:What you can do
- Click a run to open its job detail.
- Search or filter, then copy a run id for
--init-fromorsf bench. - Follow a run into Projects to see it in the context of its repository.