---
title: "Search Filing Destinations"
method: GET
path: "/automations/filing-destinations"
tags: ["Automations"]
---

# Search Filing Destinations

`GET /automations/filing-destinations`

Destination picker for the review interface: the customer's mirrored
matter folders, searched by (normalized) name. Local DB only — no Drive
traffic — and exactly the universe the matcher itself uses, so anything
pickable here is a folder review overrides may target.

## Query parameters

- `q` string, nullable — Folder name to search for

## Response `200`

Successful Response

- FilingDestinationsResponse
  - `items` FilingDestinationItem[], required
    - `folder_id` string, required
    - `name` string, required
    - `folder_path` string, required
    - `matter_status` string, nullable
  - `lead_folder_label` 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/b642b91e0a5c/schema)
