Jobs API - search supports filtering by multiple job statuses
Description
Search jobs API now supports filtering by multiple job statuses.
New parameter: statuses - Pass one or more job states (e.g. ?statuses=SOURCING&statuses=FILLED). Results include jobs in any of the given states (OR). Allowed values: CREATED, SOURCING, FILLED, INTERVIEW, OFFER, CANCELLED, ON_HOLD (uppercase). Use statuses for all new integrations.
Parameter status (single value) is deprecated. It remains supported for backward compatibility but should not be used for new development. Prefer statuses instead (e.g. ?statuses=SOURCING for a single value). When both status and statuses are present, statuses is used and status is ignored.
Impact
The status parameter is deprecated; use statuses for new and updated integrations. Existing clients using only status continue to work; no immediate change is required. We recommend migrating to statuses when convenient. No breaking change.