list_scorecards
List scorecards in Greenhouse. By default returns operational scorecard metadata. detail_profile=answers includes per-question answers and attribute notes when expanded access is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated scorecard IDs to filter by | |
| cursor | No | Pagination cursor from a previous response. When provided, must be the only filter parameter. | |
| reason | No | Required when detail_profile requests a broadened response shape. | |
| per_page | No | Results per page (1-500, default 100) | |
| created_at | No | Filter by creation date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| updated_at | No | Filter by update date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| interview_ids | No | Comma-separated interview IDs to filter by | |
| detail_profile | No | Projection profile. Default is operational; answers includes question and attribute text when expanded access is available. | |
| application_ids | No | Comma-separated application IDs to filter by | |
| on_behalf_of_user_id | No | Required when detail_profile=answers. |