---
title: "Get Call Processing Status"
method: GET
path: "/calls/{call_id}/processing-status"
tags: ["Calls"]
---

# Get Call Processing Status

`GET /calls/{call_id}/processing-status`

## Path parameters

- `call_id` string, uuid, required

## Response `200`

Successful Response

- CallProcessingStatusResponse — Lightweight polling response for whether a call's pipeline is still running.
  - `call_id` string, uuid, required — The call ID this processing status is for
  - `is_processing` boolean, required — True while any pipeline step is in-flight
  - `started_at` string, date-time, nullable — When the pipeline started
  - `updated_at` string, date-time, nullable — When the pipeline was last updated

## Other responses

- `422` — Validation Error

---

[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/b642b91e0a5c/schema)
