list_question_banks
Locate reusable question banks in your organization by exact name or recent changes. Returns paginated results; check has_more and use cursor to fetch additional pages.
Instructions
Find reusable question banks in this organization, by name or last change.
A question bank is a pool of exam items shared across quizzes, so the same
certification questions can back several assessments without being duplicated.
Returns ONE PAGE. Check `has_more` and call again with `next_cursor` before
telling the user how many banks exist or that one is absent. `filter_name` is an
EXACT match, case-insensitive.
Does not return the banks' questions - use `list_questions` with
`filter_question_bank_id`. Requires the `question-banks:read` OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | ||
| filter_name | No | ||
| page_cursor | No | ||
| filter_updated_since | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| has_more | Yes | ||
| next_cursor | No | ||
| question_banks | Yes |