Step 3 — Source Items
Get Session Data
Retrieve the full session data stored in Redis for the given session token.
GET
Used by the frontend to display all projects, experiences, and certificates originally submitted during
POST /verify so the student can select which to attach.
No authentication required for this endpoint.
Path Parameters
The session token returned from
POST /verify.Error Codes
| Code | HTTP | Description |
|---|---|---|
MISSING_SESSION_TOKEN | 400 | Path parameter is missing |
SESSION_NOT_FOUND | 404 | Session is expired or invalid — student must restart verification |
INTERNAL_ERROR | 500 | Unexpected server error |

