Run Outputs
List Run Commits
Returns commits on the run branch since the run's base SHA, sourced directly from sandbox Git.
The list uses first-parent chronological history and is capped by limit (default and maximum: 100). Commit data is Git-authoritative; Fabro-generated commit messages are not required for correctness.
get/api/v1/runs/{id}/commits
Path parameters
idstring required
Unique run identifier (ULID).
Query parameters
limitinteger
Maximum number of commits to return. Defaults to 100 and is capped at 100.
Response
Commits on the run branch since the run base.