list_scorecard_submissions
Retrieve scorecards for a given application, with optional filters for activity type (interview, assessment, review) and status (draft, submitted). Supports pagination and date range filtering.
Instructions
List scorecards for a specific application. Each scorecard may be linked to an interview, assessment, or review — use the type filter to narrow by activity type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application_id | Yes | Application ID | |
| status | No | Comma-separated statuses to filter by: draft, submitted | |
| type | No | Comma-separated activity types to filter by: interview, assessment, review | |
| page | No | Page number | |
| limit | No | Items per page | |
| sort_by | No | Field to sort by (default: created_at) | |
| sort_order | No | Sort direction (default: desc) | |
| created_after | No | Filter by created date (ISO 8601, inclusive lower bound) | |
| created_before | No | Filter by created date (ISO 8601, inclusive upper bound) | |
| updated_after | No | Filter by updated date (ISO 8601, inclusive lower bound) | |
| updated_before | No | Filter by updated date (ISO 8601, inclusive upper bound) |