---
title: "Retrieve specific campaign"
method: GET
path: "/api/workflow/campaigns/{id}"
tags: ["Campaigns"]
---

# Retrieve specific campaign

`GET /api/workflow/campaigns/{id}`

Requires the CAMPAIGNOVERVIEW security role.

## Path parameters

- `id` string, required

## Response `200`

Successfully retrieved specific campaign

- object
  - `ID` string
  - `name` string
  - `key` string
  - `closed` boolean
  - `description` string
  - `dateStart` string, date-time
  - `deadline` string, date
  - `accountID` string
  - `presetID` string
  - `createdByID` string
  - `responsibleID` string
  - `dateCreated` string, date-time
  - `dateModified` string, date-time
  - `thumbnailURL` string
  - `campaignMetaproperties` object

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
