list_performance_evaluations
Retrieve your performance evaluations, filtered by period or status, with pagination and sorting.
Instructions
List the current user performance evaluations. Use list_periods first when a period ID is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. Defaults to 1. | |
| limit | No | Rows per page. Defaults to 10. | |
| sortBy | No | Sort field. Defaults to finalTotal. | |
| status | No | Optional evaluation status filter. | |
| periodId | No | Assessment period ID. | |
| sortOrder | No | Sort direction. Defaults to desc. |