---
title: "Get Call Pipeline"
method: GET
path: "/calls/{call_id}/pipeline"
tags: ["Calls"]
---

# Get Call Pipeline

`GET /calls/{call_id}/pipeline`

## Path parameters

- `call_id` string, uuid, required

## Response `200`

Successful Response

- CallPipelineResponse — Response for call pipeline status.
  - `pipeline_id` string, uuid, required — The pipeline record ID
  - `call_id` string, uuid, required — The call ID this pipeline is for
  - `recording_download_status` string, required — Status of recording download step
  - `transcription_status` string, required — Status of transcription step
  - `grading_status` string, required — Status of grading step
  - `case_matching_status` string, required — Status of case matching step
  - `summarization_status` string, required — Status of summarization step
  - `notifications_status` string, required — Status of notifications step
  - `lead_classification_status` string, required — Status of lead classification step
  - `cnam_lookup_status` string — Status of CNAM lookup step
  - `inquiry_classification_status` string — Status of inquiry classification step
  - `zoho_lead_creation_status` string — Status of Zoho lead creation step
  - `call_classification_status` string — Status of unified call classification step
  - `pp_contact_creation_status` string — Status of PP contact creation step
  - `pp_matter_creation_status` string — Status of PP matter creation step
  - `pp_portal_creation_status` string — Status of PP portal creation step
  - `pp_call_creation_status` string — Status of PP call creation step
  - `filevine_draft_contact_status` string — Status of the draft Filevine contact extraction step
  - `smartadvocate_intake_draft_status` string — Status of the draft SmartAdvocate intake extraction step
  - `vxt_reconciliation_status` string — Status of the VXT transfer-leg reconciliation gate (Vapi→VXT transferred calls only)
  - `recording_download_error` string, nullable — Error message for recording download
  - `transcription_error` string, nullable — Error message for transcription
  - `grading_error` string, nullable — Error message for grading
  - `case_matching_error` string, nullable — Error message for case matching
  - `summarization_error` string, nullable — Error message for summarization
  - `notifications_error` string, nullable — Error message for notifications
  - `lead_classification_error` string, nullable — Error message for lead classification
  - `cnam_lookup_error` string, nullable — Error message for CNAM lookup
  - `inquiry_classification_error` string, nullable — Error message for inquiry classification
  - `zoho_lead_creation_error` string, nullable — Error message for Zoho lead creation
  - `call_classification_error` string, nullable — Error message for unified call classification
  - `pp_contact_creation_error` string, nullable — Error message for PP contact creation
  - `pp_matter_creation_error` string, nullable — Error message for PP matter creation
  - `pp_portal_creation_error` string, nullable — Error message for PP portal creation
  - `pp_call_creation_error` string, nullable — Error message for PP call creation
  - `filevine_draft_contact_error` string, nullable — Error message for the draft Filevine contact extraction step
  - `smartadvocate_intake_draft_error` string, nullable — Error message for the draft SmartAdvocate intake extraction step
  - `vxt_reconciliation_error` string, nullable — Error message for the VXT transfer-leg reconciliation gate
  - `started_at` string, date-time, nullable — When the pipeline started
  - `completed_at` string, date-time, nullable — When the pipeline completed
  - `created_at` string, date-time, required — When the pipeline record was created
  - `updated_at` string, date-time, nullable — When the pipeline was last updated
  - `stages` StageInfo[] — Per-stage applicability and status for the call pipeline
    - `key` string, required
    - `applicable` boolean, required
    - `status` string, required
    - `error` string, nullable
    - `reason` string, nullable

## 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/4a81645b59f6/schema)
