Metadata
Get User Skills
Return all skill verification records for a student, sorted by most recently created.
GET
Overview
A read-only aggregated view across all verifications for the student — including both verified and rejected skills across all sessions. Results are sorted bycreatedAt descending.
Path Parameters
string
required
The internal user ID of the student, returned from
POST /verify.Response
boolean
true on success.array
Array of skill verification records, sorted most-recent first.
Skill Status Values
Error Codes
If the student has no skill verification records, an empty array is returned — this is not an error.

