---
title: "Projects analytics"
method: GET
path: "/projects/analytics"
tags: ["Analytics"]
---

# Projects analytics

`GET /projects/analytics`

Retrieves an analytics overview for all projects within an organization

## Query parameters

- `media_variants[]` string[]
- `media_formats[]` string[]
- `time_range[start]` string
- `time_range[end]` string
- `pagination[limit]` integer
- `pagination[offset]` integer
- `order[by]` 'listens' | 'avg_listen_time' | 'avg_listen_duration'
- `order[dir]` 'asc' | 'desc'
- `access_tiers[]` string[]
- `filter[title]` string

## Response `200`

OK

- object[]
  - `id` string — Project identifier
  - `title` string — Project title
  - `listens` integer — Total number of plays (audio or video)
  - `avg_listen_time` integer — Average play time per session in seconds (audio or video). This metric may be understated when play progress is stored as every 10% milestone event per session instead of only a final event.
  - `avg_listen_duration` number — Average percentage of the item consumed (0-100). This metric may be understated when play progress is stored as every 10% milestone event per session instead of only a final event.
  - `created` string, date-time — Time at which the project was created (ISO 8601)

---

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