get_my_submission
Retrieve the caller's submission for a competition, returning either a single record or a paginated list depending on competition type.
Instructions
Get the caller's current submission for a competition.
Scope: competition.read. For cheatsheet / model-reference /
solver-participation this returns a single submission record (404 if
none exists yet); pass track for track-based competitions. For
igp24-polynomial this instead returns a cursor-paginated list of every
past submission (newest first) -- cursor/limit apply only to that
kind and are ignored for the others.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| track | No | ||
| cursor | No | ||
| competition_id | Yes |