v1
latestOpenAPI 3.1.02026-07-224239180.9 KBInterview Module
Get an interview module member
Returns one employee's membership in the module, including current training status, pause state, limits, and calculated training progress. The module and member must be in the authenticated organization or the request returns not found.
get/v1/interview-modules/{moduleId}/members/{memberId}
Path parameters
moduleIdstring required
an interview module ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
Example:mod_a1b2c3d4e5f64789a1b2c3d4e5f64789
memberIdstring required
an employee ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
Example:emp_a1b2c3d4e5f64789a1b2c3d4e5f64789
Response
Success
Example response
{
"employee": {
"id": "emp_a1b2c3d4e5f64789a1b2c3d4e5f64789"
}
}