list_talent_pool_candidates
Retrieve candidates archived in specific talent pools within a given date range, using talent pool IDs and archive start/end dates.
Instructions
查询指定人才库下的候选人(按归档时间范围)。
对应 Moka 接口:GET /talentPool/candidates(v1)
参数(均必填):
talent_pool_ids:人才库 ID 列表,如 [666, 888]。
archived_at_start:归档开始时间,如 "2019-06-01"。
archived_at_end:归档结束时间,如 "2019-11-01"。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| talent_pool_ids | Yes | ||
| archived_at_start | Yes | ||
| archived_at_end | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||