---
title: "List Watchlists"
method: GET
path: "/v1/watchlists"
tags: ["watchlists"]
---

# List Watchlists

`GET /v1/watchlists`

List the caller's watchlists (optionally scoped to one subaccount), newest first.

## Query parameters

- `subaccount_id` string, uuid, nullable — Restrict to a single owning subaccount

## Response `200`

Successful Response

- WatchlistListResponse
  - `watchlists` WatchlistResponse[], required
    - `watchlist_id` string, required
    - `name` string, required
    - `description` string, nullable
    - `owner_subaccount_id` string, required
    - `river_ids` integer[], required
    - `created_at` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/rivermarkets/apis/river-finance-api.md) · [All operations](https://skmtc.net/rivermarkets/apis/river-finance-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rivermarkets/river-finance-api/revisions/3776a0431319/schema)
