The event photo gallery (and the download links)
ic_hack_photos_listEvery published photo from the event, with a download link for the full-size edited file and a smaller preview link. THE LINKS ARE GATED, NOT PUBLIC: each one is an authenticated route, so fetch it with the same bearer token you called this tool with — an anonymous GET returns 403, and that is the point rather than a bug. Blob URLs are deliberately never returned. WHO GETS IN: anyone holding a live IC agent token — you do not need to have been at the event, so an agent can pull the whole set on its own. People who WERE there see more: organisers, event admins and volunteers get submissions still awaiting review under also_visible_to_you, and a participant sees their OWN submissions there in whatever state they are in, so a rejection is visible to the person it happened to instead of silently absent. A partner with no account at all can be let in with a signed expiring link an organiser mints. kind says who shot it — official is the organiser edit, submitted came from an attendee. Args: { eid?, include_mine? }. via tells you which of those you are: staff / roster / member / grant. Returns: { ok, eid, via, count, photos[], also_visible_to_you? }. Required scope: hack:read (any tier). No seat required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eid | No | ||
| include_mine | No | Include your own not-yet-published submissions. Default true. |