---
title: "Get a specific campaign"
method: GET
path: "/campaigns/{id}"
tags: ["Campaigns"]
---

# Get a specific campaign

`GET /campaigns/{id}`

## Response `200`

Successful response

- Campaign
  - `id` integer
  - `title` string, required
  - `subject` string, required
  - `preview_text` string, nullable — Inbox preview snippet shown beneath the subject line in most email clients.
  - `html` string, required
  - `from_name` string, required
  - `from_email` string, email, required
  - `scheduled_at` string, date-time, nullable
  - `sent_at` string, date-time, nullable
  - `timezone` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `403` — Forbidden. Most often an ownership/authorization failure (Laravel's default `{"message": "..."}` shape). If the account is restricted by SendFox, the response instead carries the structured `account_restricted` body with a link to the account status page.
- `404` — Campaign not found

---

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