---
title: "Get Zapier Status"
method: GET
path: "/calls/{call_id}/zapier-status"
tags: ["Calls"]
---

# Get Zapier Status

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

## Path parameters

- `call_id` string, uuid, required

## Response `200`

Successful Response

- AppCallsPipelineSchemasZapierStatusResponse — Display-ready Zapier status for the customer-facing call detail card. ``status`` is one of ``generated`` / ``skipped`` / ``failed`` (mirrors the ZapierCallResult record). ``payload`` holds the generated fields — populated even for skipped test calls so the card can show what would have been sent.
  - `visible` boolean, required — Whether to render the card at all
  - `is_test_call` boolean
  - `status` string, nullable — generated | skipped | failed
  - `skip_reason` string, nullable
  - `error` string, nullable
  - `payload` object, nullable — The generated field set
  - `should_poll` boolean — True while a result may still be materializing
  - `email_pending` boolean — True when the lead has no email yet — email is collected via SMS and may arrive after the pipeline ran. Signals that the Zapier lead will be updated once the email is added.

## 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)
