Get the application questions for a hackathon (self-describing)
ic_hack_application_formReturns the exact questions to answer for one applicant type, so your agent can fill an application without scraping a web form. Each question carries an id, a prompt, a kind (short/long/url/email/bool/choice), whether it is required, and a why explaining what the reviewer is actually looking for — answer to the why, not just the prompt. Also tells you which roles an approval grants, whether it consumes one of the capped seats, and who decides it. Applicant types: founder, engineer, solo_builder, team, designer, partner_delegate, mentor, judge, sponsor, volunteer, media. Answer keys in ic_hack_apply MUST match the question ids returned here. Args: { eid?, applicant_type }. Returns: { ok, form_version, applicant_type, questions[], grants_roles[], consumes_seat, decided_by }. Required scope: hack:read (any tier).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eid | No | ||
| applicant_type | Yes | One of: founder, engineer, solo_builder, team, designer, partner_delegate, mentor, judge, sponsor, volunteer, media. |