Step 1 — Skills
Get Stored Skills
Fetch all skills stored for a verification session.
GET
Overview
Returns all skills stored for a given verification session, including resolved skill names and associated proof URLs.No authentication required for this endpoint.
Path Parameters
The verification session ID to look up.
Response
true on success.Error Codes
| Code | HTTP | Description |
|---|---|---|
MISSING_VERIFICATION_ID | 400 | Path parameter is missing |
NOT_FOUND | 404 | No skills found for the given recordVerificationId |
INTERNAL_ERROR | 500 | Unexpected server error |

