list_interviews
Retrieve a paginated list of live interview rooms using cursor-based pagination. Filter by status or query to manage assessments efficiently.
Instructions
List live interview rooms (cursor-paginated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| cursor | No | Opaque cursor from next_cursor / previous_cursor of a prior page | |
| status | No | ||
| page_size | No | Results per page (default 20, max 100) |