---
title: "List Pack analytics"
method: GET
path: "/analytics/packs"
tags: ["Analytics"]
---

# List Pack analytics

`GET /analytics/packs`

Returns analytics data for Packs the user can edit.

## Query parameters

- `packIds` integer[]
- `workspaceId` string
- `query` string
- `sinceDate` string, date
- `untilDate` string, date
- `scale` 'daily' | 'cumulative' — Quantization period over which to view analytics.
- `pageToken` string
- `orderBy` 'date' | 'packId' | 'name' | 'createdAt' | 'docInstalls' | 'workspaceInstalls' | 'numFormulaInvocations' | 'numActionInvocations' | 'numSyncInvocations' | 'numMetadataInvocations' | 'docsActivelyUsing' | 'docsActivelyUsing7Day' | 'docsActivelyUsing30Day' | 'docsActivelyUsing90Day' | 'docsActivelyUsingAllTime' | 'workspacesActivelyUsing' | 'workspacesActivelyUsing7Day' | 'workspacesActivelyUsing30Day' | 'workspacesActivelyUsing90Day' | 'workspacesActivelyUsingAllTime' | 'workspacesWithActiveSubscriptions' | 'workspacesWithSuccessfulTrials' | 'revenueUsd' — Determines how the Pack analytics returned are sorted.
- `direction` 'ascending' | 'descending' — Direction of a sort for a table or view.
- `isPublished` boolean
- `limit` integer

## Response `200`

Response of Superhuman Pack analytics.

- PackAnalyticsCollection — List of analytics for Superhuman Packs over a date range.
  - `items` PackAnalyticsItem[], required
    - `pack` PackAnalyticsDetails, required — Metadata about a Pack relevant to analytics.
      - `id` number, required — ID of the Pack.
      - `name` string, required — The name of the Pack.
      - `logoUrl` string, url — The link to the logo of the Pack.
      - `createdAt` string, date-time, required — Creation time of the Pack.
    - `metrics` PackAnalyticsMetrics[], required
      - `date` string, date, required — Date of the analytics data.
      - `docInstalls` integer, required — Number of unique documents that have installed this Pack.
      - `workspaceInstalls` integer, required — Number of unique workspaces that have installed this Pack.
      - `numFormulaInvocations` integer, required — Number of times regular formulas have been called.
      - `numActionInvocations` integer, required — Number of times action formulas have been called.
      - `numSyncInvocations` integer, required — Number of times sync table formulas have been called.
      - `numMetadataInvocations` integer, required — Number of times metadata formulas have been called.
      - `docsActivelyUsing` integer, required — Number of unique docs that have invoked a formula from this Pack in the past day.
      - `docsActivelyUsing7Day` integer, required — Number of unique docs that have invoked a formula from this Pack in the past 7 days.
      - `docsActivelyUsing30Day` integer, required — Number of unique docs that have invoked a formula from this Pack in the past 30 days.
      - `docsActivelyUsing90Day` integer, required — Number of unique docs that have invoked a formula from this Pack in the past 90 days.
      - `docsActivelyUsingAllTime` integer, required — Number of unique docs that have invoked a formula from this Pack ever.
      - `workspacesActivelyUsing` integer, required — Number of unique workspaces that have invoked a formula from this Pack in the past day.
      - `workspacesActivelyUsing7Day` integer, required — Number of unique workspaces that have invoked a formula from this Pack in the past 7 days.
      - `workspacesActivelyUsing30Day` integer, required — Number of unique workspaces that have invoked a formula from this Pack in the past 30 days.
      - `workspacesActivelyUsing90Day` integer, required — Number of unique workspaces that have invoked a formula from this Pack in the past 90 days.
      - `workspacesActivelyUsingAllTime` integer, required — Number of unique workspaces that have invoked a formula from this Pack ever.
      - `workspacesActivelyTrialing` integer, required — Number of unique workspaces that are currently involved in a trial.
      - `workspacesActivelyTrialing7Day` integer, required — Number of unique workspaces that have been involved in a trial in the last 7 days.
      - `workspacesActivelyTrialing30Day` integer, required — Number of unique workspaces that have been involved in a trial in the last 30 days.
      - `workspacesActivelyTrialing90Day` integer, required — Number of unique workspaces that have been involved in a trial in the last 90 days.
      - `workspacesActivelyTrialingAllTime` integer, required — Number of unique workspaces that have been involved in a trial ever.
      - `workspacesNewlySubscribed` integer, required — Number of unique workspaces that have recently subscribed to the Pack.
      - `workspacesWithActiveSubscriptions` integer, required — Number of unique workspaces that are currently subscribed to the Pack.
      - `workspacesWithSuccessfulTrials` integer, required — Number of unique workspaces that subscribed after undertaking a Pack trial.
      - `revenueUsd` string, required — Amount of revenue (in USD) that the Pack has produced.
  - `nextPageToken` string — If specified, an opaque token used to fetch the next page of results.
  - `nextPageLink` string, url — If specified, a link that can be used to fetch the next page of results.

## Other responses

- `401` — The API token is invalid or has expired.
- `429` — The client has sent too many requests.

---

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