get_candidate_applications
Retrieve all job applications and their statuses for a specific candidate, including application ID, status, stage name, and creation date.
Instructions
查询某候选人的所有申请记录及状态(一人可投递多个职位)。
对应 Moka 接口:POST /getApplicationStates(candidate/v1,body 传 candidateId)
参数:
candidate_id:候选人 ID(注意区别于 applicationId)。
返回每条申请的 applicationId、status(in_progress/rejected 等)、 stageName、createdAt。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| candidate_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||