stale_applications
Find applications with no activity for a specified number of days, sorted by stalest, to identify candidates for pipeline cleanup. Use with bulk_reject to reject them, optionally filtered by job.
Instructions
Applications with no activity for N days, sorted by stalest. Read-only.
Users say "who's been sitting untouched?" Use the results with bulk_reject for pipeline cleanup. Pass job_id (list_jobs → match by name) to filter to one job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Minimum days without activity | |
| limit | No | Max applications to return | |
| job_id | No | Filter to one job — list_jobs → match by name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |