---
title: "List price watches"
method: GET
path: "/v1/subscriptions"
tags: ["Subscriptions"]
---

# List price watches

`GET /v1/subscriptions`

Persistent price "watches" for the authenticated user. Poll `/v1/subscriptions/events` for triggered events.

## Response `200`

List of subscriptions

- object
  - `status` string
  - `data` object
    - `subscriptions` PriceWatch[]
      - `id` string, required
      - `name` string, nullable
      - `codes` string[], required
      - `interval_seconds` integer, required
      - `status` 'active' | 'paused', required
      - `deliver_webhook` boolean, required
      - `source` 'api' | 'mcp' | 'dashboard', required
      - `tool_name` string, nullable
      - `last_evaluated_at` string, date-time, nullable
      - `next_run_at` string, date-time, nullable
      - `created_at` string, date-time, required

## Other responses

- `401` — Unauthorized
- `500` — Unexpected server error. Retry transient failures with bounded backoff and retain the request ID when contacting support.

---

[API](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1.md) · [All operations](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oilpriceapi/oil-price-api-v1/revisions/5a5ce424cacc/schema)
