Skip to main content

Skip Current Call

POST 

/api/power-dialer/sessions/:session_id/skip

Skip the current call and advance the session index without setting a disposition.

Use this when the user wants to skip a contact without logging any outcome. The skipped contact will NOT be marked with any disposition.

Note: Frontend manages queue locally - no need to return next contact.

Args: session_id: Session identifier power_dialer_service: Injected power dialer service

Returns: Minimal session state (session_id, status, current_index)

Raises: HTTPException 404: If session not found HTTPException 500: If operation fails

Request

Responses

Successful Response