list_vilt_registrations
List virtual session registrations and attendance status. Filter by session ID to retrieve registrants for a specific session without exposing bulk contact details.
Instructions
List who registered for virtual sessions, and whether they attended.
EVERY ROW CARRIES A LEARNER'S NAME AND EMAIL. Ask about ONE session with
`filter_session_id` rather than listing the organization - an unfiltered call
returns hundreds of real people's contact details, and repeating them into a
transcript is a disclosure this server cannot undo.
`attended` is the useful field: registration and attendance are different facts,
and a session can be fully booked with half the room empty.
Report what was asked. A question about attendance numbers does not need names in
the answer.
Requires `CSA_SKILLJAR_V1_API_KEY`, a separate credential from the v2 client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No | ||
| filter_session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| page | No | ||
| rows | Yes | ||
| total | No | ||
| has_more | No | ||
| next_page | No |