# Greenhouse: Interview Scorecard Detail

## Description

* Table capturing the indiviudal ratings given to interviewees along specific scorecard attributes. Each record is a unique scorecard attribute-interviewer-interview combination.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/greenhouse/resources/greenhouse.svg" alt="" data-size="line"> Greenhouse

## Columns

| Type     | Name                      | Description                                                                                        |
| -------- | ------------------------- | -------------------------------------------------------------------------------------------------- |
| DATETIME | \_fivetran\_synced        |                                                                                                    |
| INTEGER  | index                     | Index of this rating/standard amongst the attributes of this scorecard.                            |
| STRING   | attribute\_name           | Name of the scorecard attribute.                                                                   |
| INTEGER  | note                      | Additional from the interviewer regarding the attribute score.                                     |
| STRING   | rating                    | Rating given to the candidate along this individual scorecard attribute.                           |
| INTEGER  | scorecard\_id             | Foreign key referencing the SCORECARD this attribute rating belongs to.                            |
| STRING   | attribute\_category       | Category of the attribute.                                                                         |
| STRING   | overall\_recommendation   | One of - definitely\_not, no, yes, strong\_yes, no\_decision.                                      |
| STRING   | candidate\_name           | Full name of the interviewee.                                                                      |
| STRING   | interviewer\_name         | Full name of the interviewer user.                                                                 |
| STRING   | interview\_name           | Title of the interview step.                                                                       |
| DATETIME | interview\_start\_at      | Timestamp of when the interview is scheduled to start. Will be a date if the interview is all-day. |
| DATETIME | scorecard\_submitted\_at  | Timestamp of when the scorecard was submitted.                                                     |
| INTEGER  | application\_id           | Foreign key referencing the APPLICATION that is being interviewed.                                 |
| STRING   | job\_title                | Title of the job role the candidate is interviewing for.                                           |
| INTEGER  | job\_id                   | Foreign key referencing the JOB being interviewed for.                                             |
| STRING   | hiring\_managers          | Comma-separated list of the full names of the job's hiring managers.                               |
| STRING   | interview\_scorecard\_key |                                                                                                    |
| STRING   | scorecard\_attribute\_key | Unique key hashed on `scorecard_id` and `index`.                                                   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/greenhouse-interview-scorecard-detail.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
