speechwire_get_team_entries
Retrieve a team's entries from SpeechWire, including event name, competitor list, division, and drop status.
Instructions
Get entries for a specific team.
Parameters
team_id : int Numeric team identifier from speechwire_list_teams.
Returns
list[dict] Entry records containing: - event_id: int — numeric event identifier - event_name: str | None — event name - entry_number: int — entry number within the event - entry_code: str | None — entry code - competitors: list[dict] — student_id, name, and competitor_number - division: str | None — division name - division_id: int | None — numeric division identifier - is_dropped: bool — whether the entry is dropped
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |