---
title: "Get instance of subscription"
method: GET
path: "/enterprise/report/subscription/{subscription_id}/"
tags: ["esper_cloud_api_Daily and Custom Reports"]
---

# Get instance of subscription

`GET /enterprise/report/subscription/{subscription_id}/`

⚠️ Legacy feature. Android only.Daily and Custom Reports are a legacy feature, and report subscriptions are not part of the current reporting system. For current reporting needs, use the Reports API: GET /report/v0/report-types, POST /report/v0/reports, and GET /report/v0/reports/{report_id}.

Retrieves a single legacy report subscription record by its integer subscription ID.
Use this endpoint to inspect the full detail of a specific subscription — its recipient email addresses, active/inactive status, and creation and modification timestamps.

**About Get Report Subscription**

Each subscription record represents a configured channel for legacy daily report delivery. This endpoint returns the full Subscription object for the given subscription_id, including email_ids, is_subscribed, created_on, and updated_on. Note that subscription_id is an integer, not a UUID. Subscriptions are part of the legacy Daily and Custom Reports system and do not exist in the current Reports API.

## Path parameters

- `subscription_id` integer, required

## Response `200`

successful operation

- EsperCloudApiSubscription
  - `id` integer
  - `email_ids` string[]
  - `is_subscribed` boolean
  - `created_on` string, date-time
  - `updated_on` string, date-time

## Other responses

- `401` — Authorization information is missing or invalid.
- `404` — Not Found.
- `500` — Internal server error

---

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