list_scorecard_templates
Retrieve a list of scorecard templates configured for your account. Use the template IDs to set scorecards when creating interviews without an interview-plan activity.
Instructions
List scorecard templates configured for the account. Use this to discover scorecard_template_id values to pass to create_interview (only honored when stage_activity_id is NOT set — interview-plan activities own scorecard config).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| query | No | Filter by template name (case-insensitive substring) | |
| department_ids | No | Comma-separated department IDs | |
| office_ids | No | Comma-separated office IDs | |
| employment_types | No | Comma-separated employment types | |
| sort_by | No | ||
| sort_order | No | ||
| created_after | No | ||
| created_before | No | ||
| updated_after | No | ||
| updated_before | No |