---
title: "Retrieves the campaign with the specified id."
method: GET
path: "/dashboards/{dashboard_id}/campaigns/{campaign_id}"
tags: ["Reviews"]
---

# Retrieves the campaign with the specified id.

`GET /dashboards/{dashboard_id}/campaigns/{campaign_id}`

Retrieves the campaign with the specified id.

## Path parameters

- `dashboard_id` integer, required
- `campaign_id` integer, required

## Response `200`

The campaign's details.

- Campaign
  - `id` integer — The campaign identifier. Required to update or delete campaigns.
  - `name` string — Name of the campaign.
  - `base_link` string, uri — The generic url to give to customers to leave a review using Text Request's reviews system. This url is not a customized URL, like the kind that is generated when sending review requests in texts, so reviews left using a generic url cannot be tracked back to the customer (and so be marked as "requested").
  - `date_created` string, date-time — Timestamp of when the review was left.
  - `is_archived` boolean — Whether the campaign is archived.

## Other responses

- `204` — No campaign in the dashboard matches the provided id.
- `401` — Unauthorized. Sent if the API key is omitted or invalid.

---

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