Bounty read API
The current Rust API provides read-only access to bounty-engine proposal and evaluation state. It is useful for operations dashboards and services that need a bounded HTTP interface instead of reading engine state files directly.List proposals
limit to 25, clamps it between 1 and 100, and defaults offset to 0.
For a local process using the default bind:
List evaluations
Health
503 with:
Client pagination
A client can advanceoffset until a returned page contains fewer records than the requested limit. Adapt the exact collection field to the response type in the deployed bounty_api model.