graduated_podlings_by_year
Retrieve a list of Apache Incubator podlings that graduated in a given year, with optional filters for sponsor type or completion status.
Instructions
Return the podlings that graduated in a specific year.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | HTTPS URL or local path to podlings.xml | |
| sponsor_type | No | Optional sponsor type filter, defaults to incubator: incubator, project, or unknown | |
| year | Yes | Required year to inspect | |
| status | No | Optional completion status filter: graduated or retired |