---
title: "Get a campaign"
method: GET
path: "/api/v2/scorecard/campaigns/{campaign_id}"
tags: ["Scorecards"]
---

# Get a campaign

`GET /api/v2/scorecard/campaigns/{campaign_id}`

Fetches a single campaign by ID or key.

## Path parameters

- `campaign_id` string, required

## Query parameters

- `include` string
- `include_meta` boolean

## Response `200`

OK

- CampaignResponse — Response containing campaign data.
  - `data` CampaignResponseData, required — Campaign data.
    - `attributes` CampaignResponseAttributes, required — Campaign attributes.
      - `created_at` string, date-time, required — Creation time of the campaign.
      - `description` string — The description of the campaign.
      - `due_date` string, date-time — The due date of the campaign.
      - `entity_scope` string — Entity scope query to filter entities for this campaign.
      - `guidance` string — Guidance for the campaign.
      - `key` string, required — The unique key for the campaign.
      - `modified_at` string, date-time, required — Time of last campaign modification.
      - `name` string, required — The name of the campaign.
      - `owner` string, required — The UUID of the campaign owner.
      - `start_date` string, date-time, required — The start date of the campaign.
      - `status` string, required — The status of the campaign.
    - `id` string, required — The unique ID of the campaign.
    - `type` 'campaign', required — The JSON:API type for campaigns.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests

---

[API](https://skmtc.dev/datadog/apis/api-v2.md) · [All operations](https://skmtc.dev/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
