Browse available lessons
Proxies the request to the Timeback Bridge catalog API to browse available lessons for hole-filling course creation.
Use the optional filters to narrow down lessons by subject and grade level. You can specify multiple values for subject and gradeLevel by repeating the query parameter.
Pagination:
- Default: 100 lessons per page, max: 500
- Use
pageandlimitparameters to control pagination
Typical workflow: Query the catalog for specific grades and subjects, review available lessons, then select the ones that match identified knowledge gaps to create a targeted course via POST /create-course.
Documentation Index
Fetch the complete documentation index at: https://docs.timeback.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Educational app to query
"freckle"
Filter by subject area. Can specify multiple subjects by repeating the parameter.
"math"
Filter by grade level. Can specify multiple grades by repeating the parameter. Valid grades: P, K, 1-12
"5"
Page number (starts at 1)
x >= 11
Number of items per page (max 500)
1 <= x <= 500100
Response
Lessons retrieved successfully