cURL
curl --request GET \ --url https://api.opennote.com/v1/interactives/practice/status/{set_id} \ --header 'Authorization: Bearer <token>'
{ "set_id": "<string>", "success": true, "status": "pending", "message": "<string>", "total_problems": 123, "completed_problems": 123, "response": { "set_id": "<string>", "set_name": "<string>", "problems": [ { "problem_type": "mcq", "problem_statement": "<string>", "correct_answer": "<string>", "difficulty": "medium", "answer_choices": {}, "explanation": "<string>", "scoring_details": "<string>", "include_graph": false, "graph_description": "<string>", "graph_url": "<string>", "user_answer": "<string>" } ], "cost": 123 }, "timestamp": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
pending
completed
failed
status_error
Show child attributes