Reschedule call attempt
Interviews
Reschedule Call Attempt
Reschedules an existing call attempt to a future time. Only call attempts in SCHEDULED status can be rescheduled. Blocked for ONLINE interviews.
PATCH
Reschedule call attempt
Updates the scheduled time for an existing call attempt that hasn’t started yet.
Overview
Use this endpoint to move a scheduled call attempt to a different time. This is common when a candidate requests a specific time for a follow-up call.Restrictions
- Status Restriction: You can only reschedule call attempts that are in
SCHEDULEDstatus. Attempts that are in any other state (e.g.,IN_PROGRESS,COMPLETED,FAILED,CANCELLED) cannot be rescheduled. - In-Progress Protection: If the attempt is currently being processed (status
IN_PROGRESS), the request will be blocked with a400 Bad Requesterror to prevent race conditions. - Future Time: The
scheduledAttime must be in the future.
Example
Queue Sync: The system automatically synchronizes with the internal processing queue when an attempt is rescheduled, ensuring it runs at the new specified time.
Authorizations
API key for authentication using Bearer scheme
Query Parameters
Required for ATS API keys to specify which company to access. Ignored for standard company API keys.
Body
application/json
New scheduled time for the call attempt (ISO string). Must be in the future.
Example:
"2026-05-01T12:00:00Z"
Response
204
Call attempt rescheduled successfully