Business Intelligence Connector delivers a daily ETL of your organization's Greenhouse Recruiting and Greenhouse Onboarding data, dating from the time of your environment's creation. The data is comprehensive. This article provides a guide to the data, with a brief description of each table and what each row represents, as well as what to expect for each column.
Tip: Use your browser's Find feature (CMD + F on Mac | CTRL + F on Windows) to search for the data point you're interested in, like "custom candidate fields."
Application data
The applications table
The applications
table represents a snapshot of application data. Each row represents the latest status of a single application.
Note: This table doesn't contain any historical records.
Column | What to know |
|
The application ID. This appears as |
|
The candidate ID. |
|
The coordinator's name. |
|
The candidate's coordinator's ID. A candidate might not have the same coordinator assigned to the hiring team of the candidate's job if their application has been added to another job or if their profile has been merged. |
|
The date and time the candidate applied, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The application's current status and is one of active , converted , rejected , or hired . Converted applications represent prospect applications that were converted to candidate applications. |
|
Boolean. Results are either true or false , indicating whether the application is for a prospect. |
|
The stage ID of the application. |
|
The source ID for the application. |
|
The recruiter's name. |
|
The candidate's recruiter's ID. A candidate might not have the same recruiter assigned to the hiring team of the candidate's job if their application has been added to another job or if their profile has been merged. |
|
The referrer ID for the application. This appears as 'Who Gets Credit' on the application under Details > Source & Responsibility. |
|
The date and time the application was rejected, if applicable, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The user ID of the person who rejected the application, if applicable. |
|
The rejection reason ID for a rejected application, if applicable. |
|
The percentage that an application has advanced through a job's stages, not including the application's current stage. For an application in a job's first stage, the pipeline percent is 0 . For an application in a job's last stage, the pipeline percent is {number of stages} - 1 / {number of stages} . For a hired application, the pipeline percent is [NULL] . For prospects, the pipeline percent is 0 . |
|
Boolean. Results are either true or false , indicating whether the application was migrated from a different ATS. |
|
The name of the Greenhouse Recruiting user who rejected the application, if applicable. |
|
The application's current stage name. |
|
The job post ID associated with the application. |
|
The name of the prospect pool, for prospect applications. |
|
The current prospect pool stage, for prospect applications. |
|
The Greenhouse Recruiting user who owns the prospect pool, for prospect applications, if applicable. |
|
The date and time the application was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The last time the application was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The event ID associated with a prospect application, if applicable. |
|
This represents a converted prospect application ID for applications that were converted from prospects. |
|
Boolean. Results are either true or false , indicating whether the application was sent demographic questions. |
|
Your organization's unique Greenhouse Recruiting organization ID. |
The application custom fields table
The application_custom_fields
table represents custom application fields associated with an application. Each row represents a single value of a single custom field for a single application.
Column | What to know |
|
The application ID. |
|
The custom application field name. |
|
These are number values entered in the custom application field, if applicable. |
|
The date entered in the custom application field, if applicable. |
|
How the custom application field value appears on the candidate profile. |
|
The currency type entered in the custom application field, if applicable. |
|
This column isn't used here, so a NULL value is shown. |
|
This column isn't used here, so a NULL value is shown. |
|
The Greenhouse Recruiting user ID for custom application fields with user field types. |
|
The date and time the custom application field was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the custom application field was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The immutable field key for the custom application field. |
|
The text value as it appears on the application's custom application field. |
|
Your organization's unique Greenhouse Recruiting ID. |
The application question answers table
The application_question_answers
table represents questions and answers that candidates submitted in response to job posts with their applications. Each row represents a single job post application question and answer from a single application.
Column | What to know |
|
The job post ID. |
|
The application ID. |
|
The application question from the job post. |
|
The applicant's answer to the application question. |
|
The date the application was received, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date the application was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The application stages table
The application_stages
table represents the historical activity of all stages an application has been on, as well as each stage that an application could be on, taken from the job stage setup. Each row represents a single stage that an application can be in and the timestamp that the application entered and exited the stage.
Note: Some applications may show rows for stages that an application has yet to reach, or will never reach if the application was rejected, in which case a NULL
value is shown.
Column | What to know |
|
The application ID. |
|
The stage ID. |
|
The date the application entered the stage, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). Some applications may show rows for stages that an application has yet to reach, or will never reach if the application was rejected, in which case a NULL value is shown. |
|
The date the application exited the stage, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). Some applications may show rows for stages that an application has yet to reach, or will never reach if the application was rejected, in which case a NULL value is shown. |
|
The job stage name. |
|
Your organization's unique Greenhouse Recruiting ID. |
The applications jobs table
The applications_jobs
table represents applications for jobs. Each row represents one application to one job.
Column | What to know |
|
The application ID. |
|
The job ID. |
|
Your organization's unique Greenhouse Recruiting ID. |
The referral question custom fields table
The referral_question_custom_fields
table represents custom referral questions associated with an application. Each row represents a single value of a single custom referral question for a single application.
Column | What to know |
|
The candidate ID. |
|
The custom referral question. |
|
These are numbers entered in the custom referral question answer, if applicable. |
|
A date entered in the custom referral question answer, if applicable. |
|
The candidate's response to the custom referral question as it appears in Greenhouse Recruiting. |
|
The currency type entered in the custom referral question answer, if applicable. |
|
This column isn't used here, so a NULL value is shown. |
|
This column isn't used here, so a NULL value is shown. |
|
The Greenhouse Recruiting user ID for custom referral questions with user answer field types. |
|
The date and time the custom referral question was answered, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the custom referral question answer was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The immutable field key for the custom referral question. |
|
The answer as it appears on the application's custom referral question. |
|
Your organization's unique Greenhouse Recruiting ID. |
The rejection question custom fields table
The rejection_question_custom_fields
table represents custom rejection questions associated with an application. Each row represents a single value of a single custom rejection question for a single application.
Column | What to know |
|
The application ID. |
|
The custom rejection question. |
|
These are numbers entered in the custom rejection question answer, if applicable. |
|
The date entered in the custom rejection question answer, if applicable. |
|
The response to the custom rejection question as it appears in Greenhouse Recruiting. |
|
The currency type entered in the custom rejection question answer, if applicable. |
|
This column isn't used here, so a NULL value is shown. |
|
This column isn't used here, so a NULL value is shown. |
|
The Greenhouse Recruiting user ID for custom rejection questions with user answer field types. |
|
The date and time the custom rejection question was answered, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the custom rejection question answer was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The immutable field key for the custom rejection question. |
|
The answer as it appears on the application's custom rejection question. |
|
Your organization's unique Greenhouse Recruiting ID. |
The agency question custom fields table
The agency_question_custom_fields
table represents custom agency questions associated with an application. Each row represents a single value of a single custom agency question for a single application.
Column | What to know |
|
The application ID. |
|
The custom agency question. |
|
Boolean. Results are either true or false , indicating whether the custom agency question is a yes / no question. |
|
These are numbers entered in the custom agency question answer, if applicable. |
|
The date entered in the custom agency question answer, if applicable. |
|
The response to the custom agency question as it appears in Greenhouse Recruiting. |
|
The currency type entered in the custom rejection question answer, if applicable. |
|
This column isn't used here, so a NULL value is shown. |
|
This column isn't used here, so a NULL value is shown. |
|
This column isn't used here, so a NULL value is shown. |
|
The date and time the custom agency question was answered, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the custom agency question answer was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The immutable field key for the custom rejection question. |
|
The answer as it appears on the application's custom rejection question. |
|
Your organization's unique Greenhouse Recruiting ID. |
Candidate data
The candidates table
The candidates
table represents a snapshot of candidate data. Each row represents a single candidate. A candidate is a person. A candidate may have multiple applications for multiple jobs.
Column | What to know |
|
The candidate ID. This appears as |
|
The candidate's first name. |
|
The candidate's last name. |
|
The candidate's recruiter's ID. A candidate might not have the same recruiter assigned to the hiring team of the candidate's job if their application has been added to another job or if their profile has been merged. |
|
The candidate's coordinator's ID. A candidate might not have the same coordinator assigned to the hiring team of the candidate's job if their application has been added to another job or if their profile has been merged. |
|
Boolean. Results are either true or false , indicating whether the candidate was migrated from a previous ATS. |
|
The recruiter's name. |
|
The coordinator's name. |
|
The candidate's current company, if applicable. |
|
The candidate's current title, if applicable. |
|
The date and time the candidate was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the candidate was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Boolean. Results are either true or false , indicating whether the candidate is private. |
|
Your organization's unique Greenhouse Recruiting ID. |
The candidate custom fields table
The candidate_custom_fields
table represents custom candidate fields associated with a candidate. Each row represents a single value of a single custom field for a single candidate.
Column | What to know |
|
The candidate ID. |
|
The custom candidate field. |
|
These are numbers entered in the custom candidate field, if applicable. |
|
The date entered in the custom candidate field, if applicable. |
|
The value entered into the custom candidate field as it appears in Greenhouse Recruiting. |
|
The currency type entered in the custom candidate field, if applicable. |
|
This column isn't used here, so a NULL value is shown. |
|
This column isn't used here, so a NULL value is shown. |
|
The Greenhouse Recruiting user ID entered for custom candidate fields with user field types. |
|
The date and time the custom candidate field value was entered, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the custom candidate field value was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The immutable field key for the custom candidate field. |
|
The answer as it appears on the application's custom candidate field. |
|
Your organization's unique Greenhouse Recruiting ID. |
The candidate tags table
The candidate_tags
table represents all candidate tags associated with a candidate. Each row represents a single tag on a single candidate.
Column | What to know |
|
The candidate ID. |
|
The candidate tag ID. |
|
The date and time the candidate tag was created for the candidate, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the candidate tag was updated on the candidate, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The educations table
The educations
table represents all structured education fields associated with a candidate. Each row represents a single structured education for a single candidate.
Note: Data is only collected in this table when education is added to candidate profiles in a structured method in Greenhouse Recruiting.
Column | What to know |
|
The candidate ID. |
|
The school name associated with the candidate. |
|
The degree associated with the candidate. |
|
The school discipline associated with the candidate. |
|
The date the candidate started the education, if applicable, like2024-01-01 . |
|
The date the candidate ended the education, if applicable, like2024-01-01 . |
|
Boolean. Results are either true or false , indicating whether the education is the latest the candidate has experienced. |
|
The date and time the education was associated with the candidate profile, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the education for the candidate profile was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The employments table
The employments
table represents all structured employment fields associated with a candidate. Each row represents a single structured employment record for a single candidate.
Note: Data is only collected in this table when employment is added to candidate profiles in a structured method in Greenhouse Recruiting.
Column | What to know |
|
The candidate ID. |
|
The company name associated with the candidate. |
|
The title associated with the candidate. |
|
The date the candidate started the employment, if applicable, like2024-01-01 . |
|
The date the candidate ended the employment, if applicable, like2024-01-01 . |
|
Boolean. Results are either true or false , indicating whether the employment is the latest the candidate has experienced. |
|
The date and time the employment was associated with the candidate profile, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the employment for the candidate profile was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
Candidate PII data
The candidate email addresses table
The candidate_email_addresses
table represents a list of email addresses by candidate. Each row represents a single email address and the associated candidate.
Note: This table is opt-in only. You can enable this table in your ETL.
Column | What to know |
|
The candidate ID. |
|
The candidate's email address. |
|
The date and time the email address was associated with the candidate, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the email address for the candidate was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The candidate mailing addresses table
The candidate_mailing_addresses
table represents a list of mailing addresses by candidate. Each row represents a single mailing address and the associated candidate.
Note: This table is opt-in only. You can enable this table in your ETL.
Column | What to know |
|
The candidate ID. |
|
The candidate's mailing address. |
|
The date and time the mailing address was associated with the candidate, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the mailing address for the candidate was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The candidate phone numbers table
The candidate_phone_numbers
table represents a list of phone numbers by candidate. Each row represents a single phone number and the associated candidate.
Note: This table is opt-in only. You can enable this table in your ETL.
Column | What to know |
|
The candidate ID. |
|
The candidate's phone number. |
|
The date and time the phone number was associated with the candidate, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the phone number for the candidate was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
Demographic data
The demographic answers table
The demographic_answers
table represents responses to U.S. standard or custom demographic questions. Each row represents a single application's response to a custom demographic question. You can join this table with the demographic questions and demographic answer options table.
Note: This table doesn't contain EEOC responses. Custom demographic questions are only available to Expert subscription tier.
Column | What to know |
|
The demographic question answer ID. |
|
The application ID. |
|
The demographic question ID. |
|
The demographic question answer option ID. |
|
The date and time the demographic answer was associated with the candidate, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the demographic answer for the candidate was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The demographic answer options table
The demographic_answer_options
table represents answer options to U.S. standard or custom demographic questions. Each row represents a single custom demographic question answer option. You can join this table with the demographic questions and demographic answers table.
Note: This table doesn't contain EEOC responses. Custom demographic questions are only available to Expert subscription tier.
Column | What to know |
|
The demographic question answer option ID. |
|
The demographic question ID. |
|
Boolean. Results are either |
|
Boolean. Results are either |
|
The demographic question answer option. |
|
Your organization's unique Greenhouse Recruiting ID. |
The demographic answer option translations table
The demographic_answer_option_translations
table represents translated answer options to U.S. standard or custom demographic questions. Each row represents a single translated custom demographic question answer option. You can join this table with the demographic questions and demographic answers table.
Note: This table has been deprecated. Only English en
is currently supported. Custom demographic questions are only available to Expert subscription tier.
Column | What to know |
|
The demographic question answer option ID. |
|
The demographic question answer option ID. |
|
The demographic question answer option language. This table has been deprecated. Only English |
|
The demographic question answer option. |
|
Your organization's unique Greenhouse Recruiting ID. |
The demographic free form answers table
The demographic_free_form_answers
table represents free-text answer options to U.S. standard or custom demographic questions. Each row represents a single application's response to free-text custom demographic questions. You can join this table with the demographic questions and demographic answers table.
Note: This table doesn't contain EEOC responses. Custom demographic questions are only available to Expert subscription tier.
Column | What to know |
|
The demographic free form answer ID. |
|
The demographic answer ID. |
|
The free-text answer from the candidate. |
|
The date and time the demographic answer was associated with the candidate, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the demographic answer for the candidate was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The demographic questions table
The demographic_questions
table represents U.S. standard or custom demographic questions. Each row represents a single U.S. standard or custom demographic question. You can join this table with the demographic answers and demographic questions table.
Note: This table doesn't contain EEOC responses. Custom demographic questions are only available to Expert subscription tier.
Column | What to know |
|
The demographic question ID. This appears in other tables as |
|
Your organization's unique Greenhouse Recruiting ID. |
|
Boolean. Results are either |
|
The demographic question set ID. An organization can have multiple demographic question sets. |
|
The text of the demographic question as it appears in Greenhouse Recruiting. |
|
Boolean. Results are either true or false , indicating whether the demographic question is required. |
|
The answer type and is one of Single select or Multi select . |
The demographic question set table
The demographic_question_sets
table represents U.S. standard or custom demographic question sets. Each row represents a single group of custom demographic questions. You can join this table with the demographic answers and demographic questions table.
Note: This table doesn't contain EEOC responses. Custom demographic questions are only available to Expert subscription tier.
Column | What to know |
|
The demographic question set ID. This appears in other tables as |
|
Your organization's unique Greenhouse Recruiting ID. |
|
The demographic question set title, as shown in Greenhouse Recruiting. |
|
The demographic question set description, as shown in Greenhouse Recruiting. |
|
Boolean. Results are either |
The demographic question translations table
The demographic_question_translations
table represents translated U.S. standard or custom demographic questions. Each row represents a single translated custom demographic question. You can join this table with the demographic questions and demographic answers table.
Note: This table has been deprecated. Only English en
is currently supported.
Custom demographic questions are only available to Expert subscription tier.
Column | What to know |
|
The demographic question ID. |
|
The demographic question ID. |
|
The demographic question answer option language. This table has been deprecated. Only English |
|
The text of the demographic question as it appears in Greenhouse Recruiting. |
|
Your organization's unique Greenhouse Recruiting ID. |
The EEOC responses table
The eeoc_responses
table represents responses to EEOC questions. Each row represents a single application's responses to EEOC questions.
Note: Data is only collected in this table when a candidate responds to EEOC questions on an application, or when a request is sent to a candidate to respond to EEOC questions. Data isn't collected for candidates who didn't respond to questions on the job post or didn't receive a request to respond to the questions afterward.
Column | What to know |
|
The application ID. |
|
The EEOC response status and is one of responded or pending response . |
|
The application response to the EEOC questions |
|
The application response to the EEOC question Gender . |
|
The application response to the EEOC question Disability Status . |
|
The application response to the EEOC question Veteran Status . |
|
The date and time the EEOC response was submitted, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
Greenhouse Onboarding data
Note: Greenhouse Onboarding data is opt-in only and is only available to Greenhouse Onboarding subscribers.
The Greenhouse Onboarding assigned tasks table
The gho_assigned_tasks
table represents a list of assigned tasks from Greenhouse Onboarding. Each row represents a single assigned task and the associated Greenhouse Onboarding employee.
Column | What to know |
|
The task ID. |
|
The task name. |
|
The task description. |
|
The task category and is one of Build Relationships , Job Training , Know the Company , or Logistics . |
|
The ID of the person to whom the task was assigned. |
|
The ID of the person who assigned the task. |
|
The date and time the task was completed, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The number of days before or after the employee's start date that the task was due, if applicable. |
|
The number of days before the employee's start date that the task was due. |
|
The calculated due date for the task based on the new hire's start date, like 2024-01-31 . |
|
The calculated due date for the task based on the new hire's start date, like 2024-01-31 . |
|
Boolean. Results are either true or false , indicating whether the task requires an attachment. |
|
The date and time the task was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the task was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The ID of the person assigned to complete the task. |
|
The system email ID, if you're using a third-party system for a task. |
|
The custom field assigned to complete the task. |
|
The coworker employee ID assigned to complete the task. |
|
The ID of the person who completed the task. |
|
The third-party task system that completed the task, if applicable. |
|
The date and time the task assignee was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the task was assigned, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Onboarding ID. |
The Greenhouse Onboarding custom fields table
The gho_custom_fields
table represents a list of your custom fields in Greenhouse Onboarding. Each row represents a single Greenhouse Onboarding custom field.
Column | What to know |
|
The custom field ID. |
|
The permanent field ID. |
|
The custom field name as it appears in Greenhouse Onboarding. |
|
The field type and is one of text , long_text , multiple_choice , multiple_select , contact , team , date , employee , address , legal_name , preferred_name , image , country , or masked . |
|
The date and time the custom field was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the custom field was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Onboarding ID. |
The Greenhouse Onboarding custom field values table
The gho_custom_field_values
table represents a list of available values associated with employees from your custom fields in Greenhouse Onboarding. Each row represents a single Greenhouse Onboarding custom field value and the associated employee.
Column | What to know |
|
The custom field value ID. |
|
The employee ID. |
|
The custom field ID. |
|
The custom field's permanent field ID. |
|
The custom field type and is one of text , long_text , multiple_choice , multiple_select , contact , team , date , employee , address , legal_name , preferred_name , image , country , or masked . |
|
The value entered on the employee's profile for the custom field. |
|
The date entered in the custom field, if applicable. |
|
The date and time the custom field was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the custom field was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Onboarding ID. |
The Greenhouse Onboarding employees table
The gho_employees
table represents a list of employees in Greenhouse Onboarding. Each row represents a single Greenhouse Onboarding employee.
Column | What to know |
|
The employee ID. |
|
The date and time the employee profile was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the employee profile was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The employee's personal email address. |
|
The employee's work email address. |
|
The employee's start date, like 2024-01-31 . |
|
The employee's termination date, like 2024-01-31 , if applicable. |
|
The employee's employment status, like full_time . |
|
The employee's manager's ID. |
|
The employee's HR manager's ID. |
|
The employee's job title. |
|
The employee's role and is one of owner , coordinator , or employee . |
|
The number of the employee's direct reports. |
|
The employee's office. |
|
The employee's location. |
|
The employee's legal first name. |
|
The employee's legal last name. |
|
The employee's legal middle name. |
|
The employee's legal name suffix. |
|
The employee's preferred first name. |
|
The employee's preferred last name. |
|
Your organization's unique Greenhouse Onboarding ID. |
The Greenhouse Onboarding employee roles table
The gho_employee_roles
table represents a list of employee roles in Greenhouse Onboarding. Each row represents a single Greenhouse Onboarding role and the associated Greenhouse Onboarding employee.
Column | What to know |
|
The employee's role ID. This ID comes from the |
|
The employee ID. |
|
Your organization's unique Greenhouse Onboarding ID. |
The Greenhouse Onboarding roles table
The gho_roles
table represents a list of roles in Greenhouse Onboarding. Each row represents a single Greenhouse Onboarding role.
Column | What to know |
|
The role ID. |
|
The name of the role as it appears in Greenhouse Onboarding. |
|
Your organization's unique Greenhouse Onboarding ID. |
The Greenhouse Onboarding user activities table
The gho_user_activities
table represents a list of all user activities in Greenhouse Onboarding. Each row represents a single activity from Greenhouse Onboarding and the associated employee.
Column | What to know |
|
The employee ID. |
|
The date and time the employee last signed in, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Onboarding ID. |
Job data
The jobs table
The jobs
table represents a list of jobs and their statuses in Greenhouse Recruiting. Each row represents the status of a single job.
Column | What to know |
|
The job ID. |
|
Your organization's unique Greenhouse Recruiting ID. |
|
The job's internal name as it appears in Greenhouse Recruiting. |
|
The job's requisition ID. |
|
The job status and is one of open , closed , or draft . |
|
The date and time the job was opened, if applicable, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the job was closed, if applicable, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The job's department ID. |
|
The job's level. |
|
Boolean. Results are either true or false , indicating whether the job is confidential. |
|
The date and time the job was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
These are notes entered on the job. |
|
The date and time the job was updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Whether or not the associated job is a template job. |
The job custom fields table
The job_custom_fields
table represents custom job fields associated with a job. Each row represents a custom job field associated with a single job.
Column | What to know |
|
The job ID. |
|
The custom job field name as it appears in Greenhouse Recruiting. |
|
These are numbers entered in the custom job field, if applicable. |
|
The date entered in the custom job field, if applicable. |
|
The value entered into the custom job field as it appears in Greenhouse Recruiting. |
|
The currency type entered in the custom job field, if applicable. |
|
The minimum value entered in the custom job field for number range and currency range field types. |
|
The maximum value entered in the custom job field for number range and currency range field types. |
|
The Greenhouse Recruiting user ID entered for custom job fields with user field types. |
|
The date and time the custom job field value was associated with the job, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the custom job field value was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The immutable field key for the custom job field. |
|
The value entered on the custom job field as it appears in Greenhouse Recruiting. |
|
Your organization's unique Greenhouse Recruiting ID. |
The job snapshots table
The job_snapshots
table represents a daily snapshot of job activity. Each row represents job-level metrics for a single day.
Column | What to know |
|
The job ID. |
|
The date of the snapshot, like 2024-01-31 . |
|
The count of new hires in the day. |
|
The count of new prospects in the day. |
|
The count of new applications in the day. |
|
The count of rejected applications in the day. |
|
The count of applications advanced in the day. |
|
The count of interviews in the day. |
|
Your organization's unique Greenhouse Recruiting ID. |
The jobs attributes table
The jobs_attributes
table represents a list of scorecard attributes on jobs. Each row represents a single scorecard attribute on a single job.
Column | What to know |
|
The scorecard attribute ID. |
|
The job ID. |
|
The scorecard attribute ID. |
|
Boolean. Results are either true or false , indicating whether the scorecard attribute is active. |
|
The date and time the scorecard attribute was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the scorecard attribute was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The name of the scorecard attribute as it appears in Greenhouse Recruiting. |
|
The category of the scorecard attribute as it appears in Greenhouse Recruiting. |
|
Your organization's unique Greenhouse Recruiting ID. |
The jobs departments table
The jobs_departments
table represents a list of departments by job. Each row represents a single department on a single job. Tiered departments will show a row for each parent and child department a job is associated with.
Column | What to know |
|
The primary key to this table. |
|
The job ID. |
|
The department ID associated with the job. |
|
The date and time the department was associated with the job, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the department on the job was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The jobs interviews table
The jobs_interviews
table represents a list of interviews by job. Each row represents a single interview on a single stage for a single job.
Column | What to know |
|
The interview ID. |
|
The job ID. |
|
The stage ID. |
|
The interview ID. |
|
The order of the interview on a stage with multiple interviews. |
|
The estimated duration of the interview in minutes. |
|
The date and time the interview was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the interview was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The interview name as it appears in Greenhouse Recruiting. |
|
The stage name as it appears in Greenhouse Recruiting. |
|
Your organization's unique Greenhouse Recruiting ID. |
The jobs offices table
The jobs_offices
table represents a list of offices by job. Each row represents a single office on a single job. Tiered offices will show a row for each parent and child office a job is associated with.
Column | What to know |
|
The primary key to this table. |
|
The job ID. |
|
The office ID associated with the job. |
|
The date and time the job was associated with the office, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the job's office was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The jobs posts table
The job_posts
table represents a list of job posts by job. Each row represents details of a job post associated with a job.
Column | What to know |
|
The job post ID. |
|
The job ID. |
|
The job post title. |
|
Boolean. Results are either true or false , indicating whether the job post is live on your job board. |
|
The job board name associated with the job post. |
|
The language the job post was published in, like en for English. |
|
The job post location. |
|
The date and time the job post was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the job post was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Boolean. Results are either true or false , indicating whether the job post includes EEOC questions. |
|
Boolean. Results are either true or false , indicating whether the job post was published on Indeed. This shows a NULL value for internal job posts. |
|
Boolean. Results are either true or false , indicating whether the job post was published on LinkedIn. |
|
The Glassdoor free job post integration has been deprecated, so a NULL is shown. |
|
The date and time the job post was first published, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The job post questions table
The job_post_questions
table represents a list of job post questions by job post. Each row represents a single job post question associated with a single job post.
Column | What to know |
|
The job post ID. |
|
The job post question. |
|
The date and time the job post question was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the job post question was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The jobs stages table
The jobs_stages
table represents a list of stages by job. Each row represents a single stage on a single job.
Column | What to know |
|
The job ID. |
|
The stage ID. |
|
The order the stage appears on the job. |
|
The name of the stage as it appears in Greenhouse Recruiting. |
|
The number of days set for a stage alert setting, if applicable. |
|
The date and time the job stage was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the job stage was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The milestone associated with the stage. |
|
Your organization's unique Greenhouse Recruiting ID. |
The hiring team table
The hiring_team
table represents a list of hiring teams by job. Each row represents a single Greenhouse Recruiting user on a hiring team role on a single job.
Column | What to know |
|
The job ID. |
|
The user ID of the person associated with the hiring team role. |
|
The hiring team role associated with the person. |
|
Boolean. Results are either true or false , indicating whether the person holds a responsible role on the hiring team. |
|
The date and time the hiring team role was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the hiring team role was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The openings table
The openings
table represents a list of openings by job. Each row represents a single opening for a single job.
Column | What to know |
|
The primary key to this table. |
|
The job ID. |
|
The opening ID. |
|
The date and time the opening was opened, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the opening was closed, if applicable, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The hired application's ID, if applicable. |
|
The close reason selected, if applicable. |
|
The date and time the opening was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the opening was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The opening's target start date. |
|
Your organization's unique Greenhouse Recruiting ID. |
|
Whether or not the job opening is currently active. |
The opening custom fields table
The opening_custom_fields
table represents a snapshot of custom opening fields. Each row represents a single value of a single custom opening field for a single opening.
Column | What to know |
|
The opening ID. |
|
The custom opening field. |
|
These are numbers entered in the custom opening field, if applicable. |
|
The date entered in the custom opening field, if applicable. |
|
The value entered into the custom opening field as it appears in Greenhouse Recruiting. |
|
The currency type entered in the custom opening field, if applicable. |
|
The minimum value entered in the custom opening field for number range and currency range field types. |
|
The maximum value entered in the custom opening field for number range and currency range field types. |
|
The Greenhouse Recruiting user ID entered for custom opening fields with user field types. |
|
The date and time the custom opening field value was associated with the opening, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the custom opening field value was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The immutable field key for the custom opening field. |
|
The value entered on the custom opening field as it appears in Greenhouse Recruiting. |
|
Your organization's unique Greenhouse Recruiting ID. |
Offer data
The offers table
The offers
table represents all offers. Each row represents the details of a single version of an offer for a single application. Each new version of an offer generates a new row of data.
Column | What to know |
|
The offer ID. |
|
The application ID. |
|
The status of the offer and is one of created , accepted , rejected , or deprecated . |
|
The date and time the offer was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the offer was sent to the candidate, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the offer was accepted or rejected, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time of the new hire's start date, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The Greenhouse Recruiting user who created the offer. |
|
The date and time the offer was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The offer custom fields table
The offer_custom_fields
table represents all custom offer fields associated with an offer. Each row represents a single value of a single custom field for a single offer.
Column | What to know |
|
The custom offer field. |
|
These are numbers entered in the custom offer field, if applicable. |
|
The date entered in the custom offer field, if applicable. |
|
The value entered into the custom offer field as it appears in Greenhouse Recruiting. |
|
The currency type entered in the custom offer field, if applicable. |
|
The minimum value entered in the custom offer field for number range and currency range field types. |
|
The maximum value entered in the custom offer field for number range and currency range field types. |
|
The Greenhouse Recruiting user ID entered for custom offer fields with user field types. |
|
The date and time the custom offer field value was associated with the offer, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the custom offer field value was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The immutable field key for the custom offer field. |
|
The value entered on the custom offer field as it appears in Greenhouse Recruiting. |
|
Your organization's unique Greenhouse Recruiting ID. |
|
The unique identifier for the offer. |
Organization data
The organizations table
The organizations
table represents the name and ID of your organization. Each row represents a single organization and ID.
Column | What to know |
|
Your organization's unique Greenhouse Recruiting ID. This appears in other tables as organization_id . |
|
Your organization's name. |
The attributes table
The attributes
table represents a list of all scorecard attributes ever used on a scorecard. Each row represents a single scorecard attribute.
Column | What to know |
|
The scorecard attribute ID. |
|
Your organization's unique Greenhouse Recruiting ID. |
|
The name of the scorecard attribute as it appears in Greenhouse Recruiting. |
|
The scorecard attribute category. |
|
The date and time the scorecard attribute was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the scorecard attribute was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
The departments table
The departments
table represents a list of all departments. Each row represents a single department. This table can be joined to any table that has a department_id
to get the name of the department.
Column | What to know |
|
The department ID. |
|
Your organization's unique Greenhouse Recruiting ID. |
|
The name of the department as it appears in Greenhouse Recruiting. |
|
The department's parent department ID, if applicable. |
|
The date and time the department was created, like 2024-01-31 06:00:00.000 . |
|
The date and time the department was last updated, like 2024-01-31 06:00:00.000 . |
The events table
The events
table represents a list of all your organization's events. Each row represents a single event.
Column | What to know |
|
The event ID. |
|
The name of the event as it appears in Greenhouse Recruiting. |
|
Your organization's unique Greenhouse Recruiting ID. |
The interviews table
The interviews
table represents a list of all your organization's interviews. Each row represents a single interview.
Column | What to know |
|
The interview ID. |
|
Your organization's unique Greenhouse Recruiting ID. |
|
The name of the interview as it appears in Greenhouse Recruiting. |
|
The date and time the interview was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the interview was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
The interviewer tags table
The interviewer_tags
table represents a list of all your organization's interviewer tags. Each row represents a single interviewer tag for a single user.
Column | What to know |
|
The user ID associated with the interviewer tag. |
|
The interviewer tag as it appears in Greenhouse Recruiting. |
|
The date and time the interview was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the interview was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The offices table
The offices
table represents a list of all offices. Each row represents a single office. This table can be joined to any table that has a office_id
to get the name of the office.
Column | What to know |
|
The office ID. |
|
Your organization's unique Greenhouse Recruiting ID. |
|
The name of the office as it appears in Greenhouse Recruiting. |
|
The office's parent office ID, if applicable. |
|
The date and time the office was created, like 2024-01-31 06:00:00.000 . |
|
The date and time the office was last updated, like 2024-01-31 06:00:00.000 . |
The referrers table
The referrers
table represents a list of all referrers. Each row represents a single referrer. This table can be joined to any table that has a referrer_id
to get the name of the referrer.
Column | What to know |
|
The referrer ID. |
|
Your organization's unique Greenhouse Recruiting ID. |
|
The name of the referrer as it appears in Greenhouse Recruiting. |
|
The user ID associated with the referrer, if applicable. |
|
The date and time the referrer was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the referrer was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
The rejection reasons table
The rejection_reasons
table represents a list of all rejection reasons. Each row represents a single rejection reason.
Column | What to know |
|
The rejection reason ID. |
|
Your organization's unique Greenhouse Recruiting ID. |
|
The name of the rejection reason as it appears in Greenhouse Recruiting. |
|
The type of the rejection reason. |
|
The date and time the rejection reason was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the rejection reason was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
The sources table
The sources
table represents a list of all sources. Each row represents a single source. This table can be joined to any table with a source_id
to get the name of the source.
Column | What to know |
|
The source ID. |
|
Your organization's unique Greenhouse Recruiting ID. |
|
The name of the source as it appears in Greenhouse Recruiting. |
|
The type of the source. |
|
The date and time the source was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the source was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
The tags table
The tags
table represents a list of all candidate tags. Each row represents a single candidate tag.
Column | What to know |
|
The tag ID. |
|
Your organization's unique Greenhouse Recruiting ID. |
|
The name of the tag as it appears in Greenhouse Recruiting. |
|
The date and time the tag was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the tag was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
The users table
The users
table represents a list of all users. Each row represents a single Greenhouse Recruiting user. This table can be joined to any other table that has a user_id
to get the name of a user.
Column | What to know |
|
The user ID. |
|
Your organization's unique Greenhouse Recruiting ID. |
|
The user's first name. |
|
The user's last name. |
|
The user's Greenhouse Recruiting email address. |
|
The user's current status in Greenhouse Recruiting and is one of active or disabled . |
|
The user's full name. |
|
The user's employee ID. |
|
The date and time the user was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the user was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
The user attribute custom fields table
The user_attribute_custom_fields
table represents a list of all custom user fields. Each row represents a single value from a single custom user field for a single user.
Column | What to know |
|
The user ID associated with the custom user field. |
|
The custom user field. |
|
These are numbers entered in the custom user field, if applicable. |
|
The date entered in the custom user field, if applicable. |
|
The value entered into the custom user field as it appears in Greenhouse Recruiting. |
|
The currency type entered in the custom user field, if applicable. |
|
The minimum value entered in the custom user field for number range and currency range field types. |
|
The maximum value entered in the custom user field for number range and currency range field types. |
|
The Greenhouse Recruiting user ID entered for custom user fields with user field types. |
|
The date and time the custom user field value was associated with a user, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the custom user field value was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The immutable field key for the custom user field. |
|
The value entered on the custom user field as it appears in Greenhouse Recruiting. |
|
Your organization's unique Greenhouse Recruiting ID. |
The user candidate links table
The user_candidate_links
table represents a list of all user candidate links. Each row represents a single user linked to a single candidate.
Column | What to know |
|
The user ID. |
|
The candidate ID linked to the user. |
|
The date and time the user candidate link was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the user candidate link was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
Process data
The audit log table
The audit_log
table represents a list of audit log results in Greenhouse Recruiting. Each row represents a single audit log result.
Note: Audit log is only available to Expert subscription tier.
Column | What to know |
|
The ID of the audit log request, which can be used to link an event and its resulting changes across multiple audit log results. |
|
The type of request. |
|
The name and Greenhouse Recruiting email address of the person who performed the change or the exact type of API key that performed the event. |
|
The Greenhouse Recruiting user ID of the person who performed the change, or the API key name if performed via Greenhouse API. |
|
The IP address of the performer of the change. |
|
The performer type and is one of user , api_key , or greenhouse_internal . |
|
The date and time the event occurred, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The type of event that occurred. |
|
The type of event that occured and is one of data_change_update , data_change_create , data_change_destroy , harvest_access , or action . action event types are defined in the audit log glossary. |
|
The ID of the element that was created, edited, or accessed. This may be blank if the action doesn't target one particular ID. |
|
The before and after values from data change events, or other relevant data for the event such as the title of a report. |
|
Your organization's unique Greenhouse Recruiting ID. |
The scheduled interviews table
The scheduled_interviews
table represents a list of scheduled interviews. Each row represents a single scheduled interview.
Note: Data is only collected in this table when an interview is scheduled with Greenhouse Recruiting, as evidenced by the presence of a Greenhouse Recruiting scheduling calendar on the scheduled interview's calendar invite. If an interview occurs or a scorecard is submitted on a meeting that was scheduled outside Greenhouse Recruiting, it won't appear in this table.
Column | What to know |
|
The interviewer ID associated with the scheduled interview. |
|
The application ID associated with the scheduled interview. |
|
The interview ID. |
|
The interview's feedback status and is one of complete or awaiting_feedback . |
|
The original scheduler or organizer of the interview. If an interview is rescheduled, this field doesn't update. |
|
The date and time the interview was scheduled at, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). If an interview is rescheduled, this timestamp doesn't update. |
|
The date and time the interview was scheduled to start, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the interview was scheduled to end, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The start date for all-day interviews, like 2024-01-31 . |
|
The end date for all-day interviews, like 2024-01-31 . |
|
The stage name associated with the scheduled interview. |
|
The interview name. |
|
Your organization's unique Greenhouse Recruiting ID. |
|
The location of the interview. |
The interviewers table
The interviewers
table represents a list of interviewers per scheduled interview. Each row represents a single interviewer for a scheduled interview.
Column | What to know |
|
The interview ID. |
|
The user ID associated with the interview. |
|
The scorecard associated with the interview. |
|
The user name associated with the interview. |
|
Your organization's unique Greenhouse Recruiting ID. |
The scorecards table
The scorecards
table represents data on submitted scorecards. Each row represents a single submitted scorecard. Connect the scheduled_interviews
table to the interviewers
table, then connect the scorecards
table to the interviewers
table.
Note: Data only appears in this table when a scorecard is submitted in Greenhouse Recruiting.
Column | What to know |
|
The scorecard ID. |
|
The application ID. |
|
The stage ID. |
|
The interview ID. |
|
The interviewer ID. |
|
The user ID of the person who submitted the scorecard. |
|
The scorecard's overall recommendation and is one of Yes , Strong Yes , No , Strong No or No Decision . |
|
The date and time the scorecard was submitted, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the scheduled interview ended, like 2024-01-31 06:00:00.000 . |
|
The total count of scorecard focus attributes on the scorecard. |
|
The total count of scorecard focus attributes completed on the scorecard. |
|
The interviewer's name. |
|
The scorecard submitter's name. |
|
The stage associated with the scorecard. |
|
The date and time the scorecard was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the scorecard was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The interview name. |
|
Your organization's unique Greenhouse Recruiting ID. |
|
The text included in the key takeaways field on the scorecard. |
The scorecard attributes table
The scorecard_attributes
table represents attribute-level data on submitted scorecards. Each row represents an attribute rating on a submitted scorecard.
Column | What to know |
|
The scorecard ID. |
|
The scorecard attribute ID. |
|
The scorecard attribute rating. |
|
These are the notes associated with the attribute rating, if applicable. |
|
The date and time the scorecard was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the scorecard was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The scorecard attribute name. |
|
The scorecard attribute category. |
|
Your organization's unique Greenhouse Recruiting ID. |
The scorecard questions table
The scorecard_questions
table represents a snapshot of your organization's scorecard questions. Each row represents a single scorecard question from a single job.
Column | What to know |
|
The scorecard question ID. |
|
The interview kit ID. |
|
The scorecard question. |
|
The scorecard question answer type. |
|
Boolean. Results are either true or false , indicating whether the scorecard question is active. |
|
The priority order of the question on the scorecard. |
|
Boolean. Results are either true or false , indicating whether the scorecard question is required. |
|
The date and time the scorecard question was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the scorecard question was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
These are the scorecard focus attributes associated with the scorecard question, if applicable. |
|
Your organization's unique Greenhouse Recruiting ID. |
The scorecard question answers table
The scorecard_question_answers
table represents submitted scorecard questions and answers. Each row represents a single scorecard question and a single submitted scorecard answer.
Column | What to know |
|
The scorecard ID. |
|
The application ID. |
|
The scorecard question. |
|
The scorecard answer. |
|
The date and time the scorecard was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the scorecard was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The scorecard question ID. |
|
Your organization's unique Greenhouse Recruiting ID. |
The stage snapshots table
The stage_snapshots
table represents a daily snapshot of stage-level activity. Each row represents the number of active applications in the stage at 4am ET on a given date for jobs that were open at that time.
Column | What to know |
|
The stage ID. |
|
The date of the stage snapshot. |
|
The number of active applications on the stage. |
|
The job ID. |
|
The stage name as it appears in Greenhouse Recruiting. |
|
Your organization's unique Greenhouse Recruiting ID. |
Configurable candidate surveys
The survey_builder_surveys
table contains a full list of candidate surveys configured for your organization.
Column | What to know |
|
The candidate survey ID. |
|
Identifies the survey type. The only option is candidate_experience . |
|
Whether or not your organization is currently sending candidate surveys. |
|
When a survey was enabled. When the survey is deactivated, this value will be updated to null. The active field can be used to determine the current status of a survey. |
|
When the survey was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
When the candidate survey was updated. Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse identification number. |
Configurable candidate survey questions
The survey_builder_questions
contains a list of the different questions included in your configurable candidate surveys.
Column | What to know |
|
The candidate survey question ID. |
|
The ID number for the survey. |
|
The order in which the questions are displayed in the survey. |
|
The text of the question. |
|
Deleted questions are marked as inactive. |
|
When the question was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
When the candidate question was updated. Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse identification number. |
Delivered candidate surveys
The delivered_candidate_surveys
table contains a list of surveys delivered to candidates. To tie the candidate's response to a specific office or department, the candidate's application is associated with a specific hiring plan based on their job application. That hiring plan is connected with a department and office based on your organization's setup.
Column | What to know |
|
The delivered candidate survey ID. |
|
The date and time the candidate survey response was submitted, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The unique ID of the department associated with the hiring plan where the candidate applied. |
|
The name of the department associated with the hiring plan where the candidate applied. |
|
The unique ID of the first office associated with the hiring plan where the candidate applied. |
|
The name of the first office associated with the hiring plan where the candidate applied. |
|
When the survey was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
When the candidate survey was updated. Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse identification number. |
Configurable candidate survey answers
The survey_builder_answers
table contains a list of submitted responses for candidate surveys. This information can be combined with other configurable candidate survey tables to get a comprehensive view of the survey questions and responses.
Column | What to know |
|
The candidate survey answer ID. |
|
The ID number for the survey. |
|
The candidate survey question ID. |
|
The date and time the candidate survey response was submitted, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The candidate's answer. |
|
Comments left in the survey's free text field. |
|
When the answer was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
When the answer was updated. Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse identification number. |
|
The identification number for the delivered survey. |
The approvals table
The approvals
table represents a list of approvals. Each row with an offer_id
represents a specific job or offer approval associated with each approver. Any row in this table that doesn't contain an offer_id
, is a reflection of the approval flow.
Column | What to know |
|
The offer ID. |
|
The application ID. |
|
The job ID. |
|
The job name as it appears in Greenhouse Recruiting. |
|
The candidate ID. |
|
The candidate's name. |
|
The user ID of the approver. |
|
The approver's name. |
|
The approval type. Responses are either Offer Candidate for candidate offers, Open Job for one-stage approvals, and Offer Job for two-stage approvals. |
|
The approval status and is one of Due , Waiting , Approved , or Rejected . |
|
The approval version. |
|
The final version of the approval. |
|
The approval group ID. |
|
The approver's order in the approval group. |
|
The number at which group quorum is reached. |
|
The date and time the approval was assigned, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the approval was completed, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the approval was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the approval was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The GDPR consent requests table
The gdpr_consent_requests
table represents a list of GDPR consent requests. Each row represents a timestamped GDPR request to a single candidate.
Column | What to know |
|
The candidate ID. |
|
The status of the GDPR consent request. |
|
A token associated with the GDPR consent request. |
|
The date and time the GDPR consent was requested, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The GDPR consent decisions table
The gdpr_consent_decisions
table represents a list of when candidates gave or denied GDPR consent. Each row represents a timestamped approval or denial of GDPR consent by a single candidate.
Column | What to know |
|
The candidate ID. |
|
The candidate's decision for the GDPR consent request and is one of given or denied . |
|
The date and time the GDPR consent decision was submitted, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The GDPR office rules table
The gdpr_office_rules
table represents a list of GDPR office rules. Each row represents a single office's GDPR retention period.
Column | What to know |
|
The office ID associated with the GDPR rule. |
|
The retention period in days for the GDPR office rule. |
|
Your organization's unique Greenhouse Recruiting ID. |
The prospect pools table
The prospect_pools
table represents a list of prospect pools. Each row represents a single prospect pool.
Column | What to know |
|
The prospect pool ID. |
|
The name of the prospect pool as it appears in Greenhouse Recruiting. |
|
Boolean. Results are either true or false , indicating whether the prospect pool is active. |
|
The prospect pool description, if applicable. |
|
The date and time the prospect pool was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the prospect pool was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The prospect pool stages table
The prospect_pool_stages
table represents a list of prospect pool stages. Each row represents a single prospect pool stage from a single prospect pool.
Column | What to know |
|
The prospect pool stage ID. |
|
The prospect pool ID. |
|
The name of the prospect pool stage. |
|
The order of the prospect pool stage. |
|
The date and time the prospect pool stage was created, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the prospect pool stage was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
The prospect pool transitions table
The prospect_pool_transitions
table records when an application is moved from one prospect pool to another, or from one prospect pool stage to another. Each row represents a single prospect's movement from a single prospect pool to another prospect pool or stage.
Column | What to know |
|
The prospect's application ID. |
|
The user ID associated with moving the prospect. |
|
The ID of the prospect's former prospect pool, if applicable. |
|
The ID of the prospect's former prospect pool stage, if applicable. |
|
The ID of the prospect's new prospect pool, if applicable. |
|
The ID of the prospect's new prospect pool stage, if applicable. |
|
The date and time the prospect pool transition occurred, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
The date and time the prospect was last updated, like 2024-01-31 06:00:00.000 . Timestamps are in Coordinated Universal Time (UTC). |
|
Your organization's unique Greenhouse Recruiting ID. |
Usage data
The Greenhouse usages table
The greenhouse_usages
table represents a record of Greenhouse Recruiting usage by users. Each row represents a record of a user using Greenhouse Recruiting on a single date.
Column | What to know |
|
The user ID. |
|
The date of the Greenhouse Recruiting usage, like 2024-01-31 . |
|
Your organization's unique Greenhouse Recruiting ID. |
The user actions table
The user_actions
table represents a record of user actions in Greenhouse Recruiting. Each row represents a single action from a user on a single job.
Note: Not all actions in Greenhouse Recruiting are collected in this table. In general, it's better to look for a timestamped activity in another table.
Column | What to know |
|
The user action ID. |
|
The job ID. |
|
The user ID of the person who performed the action. |
|
The type of action and is limited to advanced_candidate which indicates a candidate was advanced to a different stage. |
|
Your organization's unique Greenhouse Recruiting ID. |