get_problem_progress
Retrieve your problem-solving status on LeetCode with filtering by difficulty and status, including solution history for attempted or solved questions.
Instructions
Retrieves the current user's problem-solving status with filtering options, including detailed solution history for attempted or solved questions (requires authentication)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of questions to return in a single request | |
| offset | No | The number of questions to skip for pagination purposes | |
| difficulty | No | Filter by difficulty levels as an array (e.g., ['EASY', 'MEDIUM', 'HARD']); if not provided, questions of all difficulty levels will be returned | |
| questionStatus | No | Filter by question status: 'ATTEMPTED' for questions that have been tried but not necessarily solved, 'SOLVED' for questions that have been successfully completed |