For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI referenceImplementation
Get startedAPI referenceImplementation
    • Overview
          • The ScheduledInterview object
          • GET/interviews
          • POST/interviews
          • GET/interviews/{id}
          • GET/interviews/meta/post

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Common ModelsInterviews

The ScheduledInterview object

The ScheduledInterview Object
1{
2 "id": "string",
3 "remote_id": "string",
4 "created_at": "2023-01-01T00:00:00Z",
5 "modified_at": "2023-01-01T00:00:00Z",
6 "application": "string",
7 "job_interview_stage": "string",
8 "organizer": "string",
9 "interviewers": [
10 "string"
11 ],
12 "location": "string",
13 "start_at": "2023-01-01T00:00:00Z",
14 "end_at": "2023-01-01T00:00:00Z",
15 "remote_created_at": "2023-01-01T00:00:00Z",
16 "remote_updated_at": "2023-01-01T00:00:00Z",
17 "status": "SCHEDULED",
18 "remote_was_deleted": true,
19 "field_mappings": {
20 "organization_defined_targets": {
21 "string": {}
22 },
23 "linked_account_defined_targets": {
24 "string": {}
25 }
26 },
27 "remote_data": [
28 {
29 "path": "string",
30 "data": {}
31 }
32 ]
33}
Was this page helpful?
Previous

/eeocs/{id}

Next

/interviews

The ScheduledInterview object is used to represent a scheduled interview for a given candidate’s application to a job. An Application can have multiple ScheduledInterviews depending on the particular hiring process.

idstringOptionalRead-onlyformat: "uuid"
remote_idstring or nullOptional
created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
The datetime that this object was modified by Merge.
applicationstring or nullOptionalformat: "uuid"
The application being interviewed.
job_interview_stagestring or nullOptionalformat: "uuid"
The stage of the interview.
organizerstring or nullOptionalformat: "uuid"
The user organizing the interview.
interviewerslist of stringsOptional
locationstring or nullOptional
The interview's location.
start_atdatetime or nullOptional
When the interview was started.
end_atdatetime or nullOptional
When the interview was ended.
remote_created_atdatetime or nullOptional
When the third party's interview was created.
remote_updated_atdatetime or nullOptional
When the third party's interview was updated.
statusenum or nullOptional
The interview's status.
Allowed values:
remote_was_deletedbooleanOptionalRead-only
field_mappingsobject or nullOptionalRead-only
remote_datalist of objects or nullOptionalRead-only