---
title: "List all campaign customer metadata for a campaign"
method: GET
path: "/campaigns/{id}/customer_metadatas"
tags: ["Campaign customer metadatas"]
---

# List all campaign customer metadata for a campaign

`GET /campaigns/{id}/customer_metadatas`

## Path parameters

- `id` string, required

## Response `200`

An object with a `customer_metadatas` key containing an array of metadata objects

- object
  - `customer_metadatas` CampaignCustomerMetadata[], required — An array of campaign customer metadata objects
    - `customer` string, required — The ID of the customer
    - `metadata` object, required — Arbitrary metadata associated with this campaign-customer pair
    - `created_at` string, required — The creation timestamp
    - `updated_at` string, required — The last update timestamp

---

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