get_all_submissions
Retrieve a paginated list of your submissions for specific problems or all problems on LeetCode, including metadata. Requires authentication.
Instructions
Retrieves a paginated list of the current user's submissions for a specific problem or all problems on LeetCode Global, with detailed submission metadata (requires authentication)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of submissions to return per page (typically defaults to 20 if not specified) | |
| offset | No | Number of submissions to skip for pagination purposes | |
| questionSlug | No | Optional problem identifier (slug) to filter submissions for a specific problem (e.g., 'two-sum'); if omitted, returns submissions across all problems |