list_students
Fetch a paginated list of students by specifying page number and page size. Enables controlled browsing of student records for placement analysis.
Instructions
List all students with pagination.
Args:
page: Page number (default: 1).
page_size: Items per page (default: 20, max: 100).
Returns:
Paginated list of students with total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |