List submissions
submission_listBrowse project submissions, filterable by event, team or status.
Anonymous and unrelated callers only ever see submitted (public) projects;
a signed-in caller additionally sees their own team's drafts and every
submission at events they administer or judge. status narrows the
returned page client-side (draft / submitted / disqualified) since the
underlying list endpoint does not filter by status itself — combine with a
larger page_size if you need it applied beyond one page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. | |
| status | No | Filter the returned page by status. | |
| team_id | No | Only the submission belonging to this team. | |
| page_size | No | Results per page (max 100). | |
| event_slug | No | Only submissions for this event. |