list_assessment_cases
List tasks attached to an assessment using its slug, with cursor-based pagination for large result sets. Manage and review assessment tasks efficiently.
Instructions
List tasks attached to an assessment (cursor-paginated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| cursor | No | Opaque cursor from next_cursor / previous_cursor of a prior page | |
| page_size | No | Results per page (default 20, max 100) |