List contributed runs
list_public_runsList the runs other people have contributed for one exact program version: when each ran, how it ended, actual against planned total, and the variance factors that run was recorded with. Contribution is opt-in per run and contributed records carry no user id and no step notes, so this is anonymous, aggregate evidence about how long a program really takes. No login needed. Identify the program either by program_hash (sha256:<hex>, as programVersion in a run record) or by passing the program JSON, which is hashed here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many contributed runs to return, newest first (default 50). | |
| program | No | The program JSON to look up instead of a hash; it is hashed here with the same canonical hash the runtimes record. | |
| program_hash | No | Canonical program hash, "sha256:" plus 64 hex characters — the programVersion field of a run record, or programs.program_hash. |