Skip to main content
GET
Retrieve the alignment of a lesson plan by its ID.

When to use this endpoint

Use this endpoint whenever downstream systems or dashboards need to confirm that lesson plan metadata has been fully finalized before generating lesson plans or worksheets:
  • Lesson Plan Builder UI showing status chips (Pending, In Progress, Completed) for each plan.
  • Workflow engines that must wait for finalized objectives and outcomes before triggering content generation.
  • Monitoring tools that surface stalled or failed finalize runs for operator review.
It is typically called after initializing metadata and before invoking instructional framework or enrichment APIs.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

lesson_plan_id
string<uuid>
required

The UUID of the lesson plan.

Example:

"4340132f-50fa-4877-9ffa-e9b7ee59d51f"

Response

200 - application/json

Lesson plan alignment found and returned.

data
object

Full lesson plan details including alignment.