List questionnaires with filtering and pagination.
Documentation Index
Fetch the complete documentation index at: https://vanta.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Controls the maximum number of items returned in one response from the API.
1 <= x <= 100A marker or pointer, telling the API where to start fetching items for the subsequent page in a paginated dataset. Note that the requested page will not include the item that corresponds to this cursor but will start from the one immediately after this cursor.
Filter questionnaires by display name (case-insensitive, partial match).
Filter questionnaires matching any of the provided statuses.
APPROVED, IN_PROGRESS, IN_REVIEW, READY_FOR_REVIEW, WAITING_ON_ANSWERS, ON_HOLD, NO_LONGER_NEEDED, COMPLETE, ERROR, EXTRACTING_QUESTIONS, QUEUED_FOR_EXTRACTION, PROCESSING, QUEUED_FOR_PROCESSING, WAITING_ON_COLUMN_SELECTION, WAITING_ON_COLUMN_APPROVAL, QUEUED_FOR_COLUMN_DETECTION, DETECTING_COLUMNS Filter questionnaires matching any of the provided types.
SPREADSHEET, WEBSITE, DOCUMENT Filter to questionnaires created after this date (ISO 8601 string).
Filter to questionnaires created before this date (ISO 8601 string).
Filter to questionnaires owned by any of the provided user IDs.
Filter to questionnaires with an approver matching any of the provided user IDs.
Ok