---
title: "List the authenticated user's subscriptions to this observation"
method: GET
path: "/observations/{uuid}/subscriptions"
tags: ["Observations"]
---

# List the authenticated user's subscriptions to this observation

`GET /observations/{uuid}/subscriptions`

Includes subscriptions to this specific observation and to the user who made this observation. Generally only useful to detect whether the authenticated user is subscribed to these records.

## Path parameters

- `uuid` string, uuid, required

## Query parameters

- `fields` string

## Headers

- `X-HTTP-Method-Override` string

## Response `200`

An array of subscriptions

- ResultsSubscriptions
  - `total_results` integer, required
  - `page` integer, required
  - `per_page` integer, required
  - `results` Subscription[], required
    - `id` integer, required — Unique auto-increment integer identifier.
    - `user_id` integer
    - `resource_type` string
    - `resource_id` integer
    - `created_at` string
    - `updated_at` string
    - `taxon_id` integer

---

[API](https://skmtc.net/inaturalist/apis/inaturalist-version-2-api.md) · [All operations](https://skmtc.net/inaturalist/apis/inaturalist-version-2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inaturalist/inaturalist-version-2-api/revisions/f739db716aaf/schema)
