---
title: "Interview data model"
url: "https://docs.unified.to/ats/interview/model"
description: "API reference for Interview data model. Launch multiple pre-built Interview integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-20T23:11:26.060Z"
---
# Interview data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/ats/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**candidate\_id**string 

**job\_id**string 

**application\_id**string 

**user\_ids**string array 

(reference to HrisEmployee)

**status** enum

Valid values:

 "SCHEDULED" 

 "AWAITING\_FEEDBACK" 

 "COMPLETE" 

 "CANCELED" 

 "NEEDS\_SCHEDULING" 

**start\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**end\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**location**string 

**external\_event\_xref**string 

the ID of the event in a calendar

**raw**any
