Retrieves metadata for a specific lesson plan by its ID. This endpoint returns details such as board, grade, section, subject, status, duration, topic, subject matter, and learning standards.
How to Use:
GET /ai/v1/lesson-plan/metadata/{lessonPlanId}
with the lesson plan ID.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier of the lesson plan.
Lesson plan metadata retrieved successfully.
The response is of type object
.