v1
latestOpenAPI 3.1.02026-07-224239180.9 KBList interview module members
Returns paginated module memberships with each employee's current training status, pause state, limits, and training progress. Filter by member IDs or training statuses; every supplied filter is applied together. Use the cursor to continue the same filtered result set.
Path parameters
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.
Query parameters
Opaque pagination cursor from the previous page's pagination.next_cursor, bound to the same query filters.
Opaque pagination cursor from the previous page's pagination.next_cursor, bound to the same query filters.
Page size. Must be between 1 and 100; defaults to 25.
Page size. Must be between 1 and 100; defaults to 25.
Comma-separated list of IDs; maximum 100 values.
Comma-separated list of IDs; maximum 100 values.
[ "emp_a1b2c3d4e5f64789a1b2c3d4e5f64789" ]
Matches members with any listed training status; combines with ids using AND.
Matches members with any listed training status; combines with ids using AND.
Response
Success
Example response
{
"data": [
{
"employee": {
"id": "emp_a1b2c3d4e5f64789a1b2c3d4e5f64789"
}
}
]
}