curl --request GET \
--url https://api.alpha-1edtech.ai/edubridge/progression/catalog \
--header 'Authorization: Bearer <token>'{
"app": "freckle",
"lastRefreshed": "2025-11-01T14:30:00.000Z",
"lessons": [
{
"lessonId": "<string>",
"lessonName": "<string>",
"subject": "<string>",
"subjects": [],
"gradeLevel": "<string>",
"standards": [],
"metadata": {}
}
],
"pagination": {
"page": 1,
"limit": 100,
"total": 42,
"totalPages": 1
}
}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:
page and limit parameters to control paginationTypical 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.
curl --request GET \
--url https://api.alpha-1edtech.ai/edubridge/progression/catalog \
--header 'Authorization: Bearer <token>'{
"app": "freckle",
"lastRefreshed": "2025-11-01T14:30:00.000Z",
"lessons": [
{
"lessonId": "<string>",
"lessonName": "<string>",
"subject": "<string>",
"subjects": [],
"gradeLevel": "<string>",
"standards": [],
"metadata": {}
}
],
"pagination": {
"page": 1,
"limit": 100,
"total": 42,
"totalPages": 1
}
}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.
The access token received from the authorization server in the OAuth 2.0 flow.
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
Lessons retrieved successfully
Educational app name
"freckle"
Timestamp when the catalog was last updated from the app
"2025-11-01T14:30:00.000Z"
Available lessons matching the filter criteria
Show child attributes
Show child attributes