Skip to content

Commit 9beb00a

Browse files
committed
docs: match run history contract to helper signature
Document list_run_history without offset so adapter guidance matches the runtime API.
1 parent 466d697 commit 9beb00a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRACT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Adapters should import from `hotdata_runtime` and treat this surface as the stab
4545
- `query_runs()` returns the query-runs API wrapper for adapter history views.
4646
- `results()` returns the results API wrapper for adapter result pickers.
4747
- `list_recent_results(...)` returns normalized `ResultSummary` entries.
48-
- `list_run_history(limit=..., offset=...)` returns normalized `RunHistoryItem` entries.
48+
- `list_run_history(limit=...)` returns normalized `RunHistoryItem` entries.
4949
- `list_qualified_table_names(...)` returns sorted fully qualified table names.
5050
- `columns_for_qualified(qualified, connection_id=...)` resolves table columns, and
5151
adapters should pass `connection_id` when known.

0 commit comments

Comments
 (0)