get_teachers
Retrieve teacher records from Eduframe, with support for pagination, search, label, and ID filtering.
Instructions
Get all teacher records
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for fetching the next page of results | |
| per_page | No | Number of results per page (default: 25) | |
| search | No | Filter results on search | |
| label_id | No | Filter results on label_id | |
| id | No | Filter results on id |