Read a hackathon's public details (schedule, phase, rules)
ic_hack_getEverything a prospective participant or their agent needs to decide to come: title, dates, venue, current phase, seats total/remaining, whether an NDA is required, the rubric link, and the sponsor bounties posted so far. Args: { eid (default 'anb-hack-01') }. Returns: { ok, event, seats: {total, used, remaining}, bounties[] }. Required scope: hack:read (any tier).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eid | No | Event id. Defaults to anb-hack-01. |