Overview
This node retrieves finished applicants from a database who have completed the interview process. It is useful in scenarios where you need to fetch and process data about candidates who have finished their interviews, such as for reporting, further evaluation, or integration with other HR systems.
Use Case Examples
- Fetching a list of candidates who have completed interviews to generate a summary report.
- Integrating with an HR dashboard to display finished applicants for review.
Output
JSON
response- The response data containing the finished applicants retrieved from the database
Dependencies
- An API key credential for authentication with the Mona AI API
Troubleshooting
- Ensure that the API key and UID credentials are correctly configured and valid to avoid authentication errors.
- Check network connectivity to the Mona AI API endpoint to prevent request failures.
- Verify that the database contains finished applicants; an empty response may indicate no data matching the criteria.
Links
- Mona AI API - Get Finished Applicants Endpoint - API endpoint used by the node to fetch finished applicants from the database