speechwire_get_tab_sheet
Retrieve competition tab sheet with round-by-round outcomes, per-speaker scores, win-loss records, total points, and final placements for a given grouping.
Instructions
Get the results tab sheet for a competition grouping.
Includes round-by-round outcomes (W/L/BYE/FORFEIT), per-speaker scores, win-loss records, total points, and final placements.
Parameters
grouping_id : int Grouping identifier from speechwire_list_groupings.
Returns
dict | list Tab sheet containing: - grouping_name: str — grouping name - round_names: list[str] — round column headers - competitors: list[dict] — team results, records, points, placements, and speaker results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grouping_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |