Skip to main content
POST
/
edubridge
/
progression
/
status
Publish progression status update (Lambda)
curl --request POST \
  --url https://api.alpha-1edtech.ai/edubridge/progression/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "studentTimebackId": "<string>",
  "subject": "<string>",
  "firedAt": "<string>",
  "failureReason": "<string>"
}
'
{
  "success": true,
  "messageId": "<string>",
  "skipped": true,
  "reason": "<string>"
}

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

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
studentTimebackId
string
required
subject
string
required
status
enum<string>
required
Available options:
gap_analysis_in_progress,
gap_analysis_completed,
gap_analysis_bypassed,
gap_analysis_failed,
hf_lesson_picking_in_progress,
hf_lesson_picking_completed,
hf_lesson_picking_failed,
hole_filling_generation_in_progress,
hole_filling_generation_completed,
hole_filling_generation_failed,
test_assignment_completed,
test_exhaustion,
test_assignment_failed,
course_assignment_completed,
course_assignment_failed,
reassignment_in_progress,
reassignment_completed,
reassignment_failed
firedAt
string
failureReason
string

Response

Status message enqueued, or skipped if user not found. Check skipped field to distinguish.

success
boolean
required
messageId
string
skipped
boolean
reason
string