---
title: "Handler List Automations"
method: GET
path: "/money/automations"
---

# Handler List Automations

`GET /money/automations`

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

OK

- PageAutomationsSummary
  - `data` AutomationsSummary[], nullable, required
    - `cadence_day_of_month` integer, nullable
    - `cadence_days_of_week` integer[], nullable, required
    - `cadence_frequency` 'daily' | 'weekly' | 'monthly', required
    - `cadence_time_of_day` string, required
    - `cadence_timezone` string, required
    - `condition_operator` 'above' | 'below', required
    - `condition_threshold` MoneyfmtMoneyAmountView, required
      - `float` number, double, required
      - `formatted` MoneyfmtFormattedMoneyAmountView, required
        - `compact` string, required
        - `currency_sign` string, required
        - `currency_sign_position` string, required
        - `full` string, required
      - `precise` string, required
      - `symbol` string, required
      - `zero` boolean, required
    - `created_ts` string, date-time, required
    - `destination_symbol` string, required
    - `enabled` boolean, required
    - `id` string, required
    - `name` string, required
    - `source_symbol` string, required
    - `sweep_amount` MoneyfmtMoneyAmountView, required
      - `float` number, double, required
      - `formatted` MoneyfmtFormattedMoneyAmountView, required
        - `compact` string, required
        - `currency_sign` string, required
        - `currency_sign_position` string, required
        - `full` string, required
      - `precise` string, required
      - `symbol` string, required
      - `zero` boolean, required
    - `sweep_percentage` string
    - `sweep_type` 'fixed' | 'percentage', required
    - `updated_ts` string, date-time, required
  - `has_more` boolean, required
  - `next_cursor` string, nullable, required
  - `total_count` integer, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/3feea260296c/schema)
