Bulk Interview Sessions for Multiple Applicants

This endpoint retrieves all booked interview sessions for every applicant specified within your account, starting from the creation of each applicant. You will get information about each of the interview sessions - start/end time, location, name of interviewing recruiter, interview instructions, etc.

You can search for up to 1000 applicants at once.

Response Schema

Type: array

  • applicant_id (string)
    • Unique identifier for each individual applicant
  • booked_slots (array)
    • id (string)
      • Unique identifier for each individual interview session
    • start_time (string)
      • Starting date and time for the interview
    • end_time (string)
      • Ending date and time for the interview
    • location (string)
      • Location of the interview. Can be physical or virtual.
    • recruiter (string)
      • Name of the recruiter interviewing the applicant.
    • instructions (string)
      • Additional instructions provided to the applicant
    • showed_up (boolean)
      • true if the applicant attended the interview. false if the applicant did not.
    • stage_title (string)
      • Name of the interview stage within the Fountain workflow
    • booked_time (string)
      • Date and time logged when the interview was scheduled
Language
Click Try It! to start a request and see the response here!