ScheduledInterviewRequest
# The ScheduledInterview Object ### Description The `ScheduledInterview` object is used to represent a scheduled interview for a given candidate’s application to a job. An `Application` can have multiple `ScheduledInterview`s depending on the particular hiring process. ### Usage Example Fetch from the `LIST ScheduledInterviews` endpoint and filter by `interviewers` to show all office locations.
Properties
| Name | Type | Description |
|---|---|---|
| application | stringnull | The application being interviewed. |
| job_interview_stage | stringnull | The stage of the interview. |
| organizer | stringnull | The user organizing the interview. |
| interviewers | array | Array of `RemoteUser` IDs. |
| location | stringnull | The interview's location. |
| start_at | stringnull | When the interview was started. |
| end_at | stringnull | When the interview was ended. |
| status | object | The interview's status. |
| integration_params | objectnull | |
| linked_account_params | objectnull |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ScheduledInterviewRequest",
"title": "ScheduledInterviewRequest",
"type": "object",
"properties": {
"application": {
"type": [
"string",
"null"
],
"format": "uuid",
"description": "The application being interviewed."
},
"job_interview_stage": {
"type": [
"string",
"null"
],
"format": "uuid",
"description": "The stage of the interview."
},
"organizer": {
"type": [
"string",
"null"
],
"format": "uuid",
"description": "The user organizing the interview."
},
"interviewers": {
"type": "array",
"items": {
"type": "string",
"format": "uuid"
},
"description": "Array of `RemoteUser` IDs."
},
"location": {
"type": [
"string",
"null"
],
"description": "The interview's location."
},
"start_at": {
"type": [
"string",
"null"
],
"format": "date-time",
"description": "When the interview was started."
},
"end_at": {
"type": [
"string",
"null"
],
"format": "date-time",
"description": "When the interview was ended."
},
"status": {
"oneOf": [
{
"$ref": "#/components/schemas/ScheduledInterviewStatusEnum"
},
{
"type": "null"
}
],
"description": "The interview's status."
},
"integration_params": {
"type": [
"object",
"null"
],
"additionalProperties": {
"description": "Any type"
}
},
"linked_account_params": {
"type": [
"object",
"null"
],
"additionalProperties": {
"description": "Any type"
}
}
},
"description": "# The ScheduledInterview Object\n### Description\nThe `ScheduledInterview` object is used to represent a scheduled interview for a given candidate\u2019s application to a job. An `Application` can have multiple `ScheduledInterview`s depending on the particular hiring process.\n### Usage Example\nFetch from the `LIST ScheduledInterviews` endpoint and filter by `interviewers` to show all office locations."
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/merge-scheduledinterviewrequest"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.