---
title: "Get Filing Controls"
method: GET
path: "/automations/filing-controls"
tags: ["Automations"]
---

# Get Filing Controls

`GET /automations/filing-controls`

The customer's view of per-source auto-filing: which sources are
active, which toggles the developer has handed over, and each source's
current mode. Customer-facing — no developer-only knobs leak here.

## Response `200`

Successful Response

- FilingControlsResponse
  - `granola` FilingSourceControl, required — One source's auto-file state as the customer sees it. ``auto_file`` is the customer-facing inverse of the developer's dry-run flag; "dry run" never appears in customer-facing language.
    - `source_enabled` boolean, required
    - `toggle_exposed` boolean, required
    - `auto_file` boolean, required
  - `ringcentral` FilingSourceControl, required — One source's auto-file state as the customer sees it. ``auto_file`` is the customer-facing inverse of the developer's dry-run flag; "dry run" never appears in customer-facing language.
    - `source_enabled` boolean, required
    - `toggle_exposed` boolean, required
    - `auto_file` boolean, required

---

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