List my submissions
repovive_list_my_submissionsRetrieve your recent coding submissions with verdicts and timestamps. Filter by contest or problem, and paginate results to review performance.
Instructions
List the authenticated account's submissions, newest first, with verdicts and timestamps. Optionally filter by problem slug or contest id, and page with page/page_size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| page_size | No | Submissions per page | |
| contest_id | No | Filter by contest ObjectId | |
| problem_slug | No | Filter by problem slug |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |