list_records
Review submitted quiz records and leads with filters by form, report status, and submission date. See examinee details, answers, UTM metadata, and report outcomes to track respondent activity.
Instructions
List submission records (leads) of the current team, newest first. Each item includes the examinee (name / email / customData if captured), the submitted answers, UTM metadata and a compact report result (status / score / level / outcome). Optionally filter by form, report status, and submitted-at range. Reference a respondent by examineeId, never by a masked email; email addresses and phone numbers written into the answers come back masked too. Use get_record for one record's full detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based), default 1 | |
| limit | No | Items per page, default 20, max 100 | |
| since | No | Only records submitted on/after this ISO datetime, optional | |
| until | No | Only records submitted on/before this ISO datetime, optional | |
| formId | No | Filter by form UUID, optional | |
| status | No | Filter by report generation status, optional |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page returned | |
| items | No | The page of submissions (newest first) | |
| limit | No | Page size actually used | |
| totalDocs | No | Total submissions matching the filter |