> ## Documentation Index
> Fetch the complete documentation index at: https://developer.jobmojito.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Interview failed

> Sent when an interview does not complete successfully — failed, abandoned, or terminated with no speech detected. The scoring and AI-analysis fields (score, ai_analysis*, ai_analysis_recruiter_score, recruiter decision, pdf_export_url) are typically empty/null for this event, since the interview did not complete.



## OpenAPI

````yaml https://cool.jobmojito.com/functions/v1/openapi-webhooks webhook interview_failed
openapi: 3.1.0
info:
  title: JobMojito Webhooks
  version: 1.0.0
  description: >-
    Outgoing webhooks JobMojito POSTs to your configured endpoint(s) when an
    interview or assessment reaches a lifecycle milestone. Configure the target
    URL, subscribed events and custom auth headers per environment in your
    webhook settings. Respond with any 2xx to acknowledge; failed deliveries are
    retried.
servers: []
security: []
paths: {}

````