---
title: "Get Active Call Check"
method: GET
path: "/developer/active-call-check"
tags: ["Developer", "Developer - Debug"]
---

# Get Active Call Check

`GET /developer/active-call-check`

Get the active call check setting for the current customer.

This endpoint is restricted to developer users only.
Returns whether active call checking is disabled for call screening.

When disabled, the system will not check if the screener is already on an active call
before initiating a new screening call. This is a workaround for cases where calls
are incorrectly showing as still in progress.

## Response `200`

Successful Response

- ActiveCallCheckResponse — Response with customer's active call check setting
  - `customer_id` string, uuid, required — The customer ID
  - `disable_active_call_check` boolean, required — Whether active call checking is disabled for screening

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
