---
title: "Get overview for context"
method: GET
path: "/engagement/contexts/{contextId}/overview"
tags: ["Engagement"]
---

# Get overview for context

`GET /engagement/contexts/{contextId}/overview`

Return the engagement overview for the specified context.

## Path parameters

- `contextId` string, required

## Query parameters

- `observations` boolean
- `participation` boolean
- `interval` 'month' | 'quarter' | 'year' | 'all' | 'recent'

## Response `200`

A [JSONAPI resource](http://jsonapi.org/format/#document-resource-objects) of type 'engagement_overviews'

- object
  - `data` EngagementOverviews
    - `type` string
    - `id` string
    - `attributes` object
      - `scores` object
      - `changes` object
      - `observations` object[]
      - `participation` object
  - `included` ResourceIdentifier[] — An array of included JSONAPI resources
    - `type` string
    - `id` string

---

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