---
title: "Get content opportunities"
method: GET
path: "/content/opportunity"
tags: ["Content"]
---

# Get content opportunities

`GET /content/opportunity`

Get the saved content opportunity metrics for the current account. Optionally provide a date to fetch the snapshot for that UTC day.

## Query parameters

- `date` string

## Response `200`

Content Opportunity Response

- object
  - `_meta` object — Response Metadata
  - `data` object — Response Payload
    - `topics` ModelsContentOpportunityTopic[] — The opportunity topics and their associated dimensions
      - `context_layer` string — The context layer that produced the opportunity metrics
      - `dimensions` ModelsContentOpportunityDimension[] — The dimensions and scores associated with the topic
        - `label` string — The dimension label
        - `subject` string — The entity type the dimension applies to
        - `value` number — The aggregated opportunity score for this dimension
      - `segments` string[] — The segments related to the topic
      - `topic` string — The topic name
  - `request_id` string
  - `status` integer — HTTP Status Code

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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