Ashby Interview Schedule
Schema for the Ashby InterviewSchedule and child Interview resources. Backs interviewSchedule.create / update / cancel / list, interview.info / list, interviewEvent.list, interviewerPool.* operations, and the interviewScheduleCreate / interviewScheduleUpdate webhooks.
ATSRecruitingTalent AcquisitionSourcingCRMSchedulingAnalyticsHiringHR TechArtificial Intelligence
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/ashby-hq/ashby-interview-schema.json",
"title": "Ashby Interview Schedule",
"description": "Schema for the Ashby InterviewSchedule and child Interview resources. Backs interviewSchedule.create / update / cancel / list, interview.info / list, interviewEvent.list, interviewerPool.* operations, and the interviewScheduleCreate / interviewScheduleUpdate webhooks.",
"type": "object",
"properties": {
"id": { "type": "string", "format": "uuid" },
"applicationId": { "type": "string", "format": "uuid" },
"candidateId": { "type": "string", "format": "uuid" },
"interviewStageId": { "type": "string", "format": "uuid" },
"status": {
"type": "string",
"enum": ["Scheduled", "Cancelled", "Completed", "Rescheduling"]
},
"createdAt": { "type": "string", "format": "date-time" },
"updatedAt": { "type": "string", "format": "date-time" },
"interviewEvents": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": { "type": "string", "format": "uuid" },
"startTime": { "type": "string", "format": "date-time" },
"endTime": { "type": "string", "format": "date-time" },
"feedbackLink": { "type": "string", "format": "uri" },
"location": { "type": "string" },
"meetingLink": { "type": "string", "format": "uri" },
"interviewerUserIds": {
"type": "array",
"items": { "type": "string", "format": "uuid" }
},
"interview": {
"type": "object",
"properties": {
"id": { "type": "string", "format": "uuid" },
"title": { "type": "string" },
"interviewStage": {
"type": "object",
"properties": {
"id": { "type": "string", "format": "uuid" },
"title": { "type": "string" }
}
}
}
}
}
}
},
"briefing": {
"type": "object",
"properties": {
"id": { "type": "string", "format": "uuid" },
"content": { "type": "string" }
}
},
"notetakerTranscript": {
"type": "object",
"description": "AI Notetaker transcript reference (requires AI Notetaker add-on).",
"properties": {
"id": { "type": "string", "format": "uuid" },
"status": {
"type": "string",
"enum": ["Processing", "Completed", "Failed"]
},
"transcriptUrl": { "type": "string", "format": "uri" }
}
}
},
"required": ["id", "applicationId", "interviewStageId", "status"]
}
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.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ashby-interview"
All schemas
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 email required.
A second provider on the same verified email joins the account you already have.