---
title: "GetRuntimeAudienceActivationConfig"
method: GET
path: "/v1.1/runtime/retl/audience-activation"
tags: ["ControlService"]
---

# GetRuntimeAudienceActivationConfig

`GET /v1.1/runtime/retl/audience-activation`

Returns the config with $$secret.KEY$$ values resolved.
 Useful for debugging audience activation configurations.

## Query parameters

- `id` string

## Response `200`

OK

- ProtobufControlpbV1GetRuntimeAudienceActivationConfigResponse
  - `config` union
    - object, nullable
    - ProtobufRetlpbV1AudienceActivationConfig
      - `author` string
      - `createdAt` string, date-time, nullable
      - `filePreprocessors` union
        - object, nullable
        - ProtobufRetlpbV1AudienceFilePreprocessors
          - `audiences` union[], nullable
            - union
              - …
      - `id` string — User-provided identifier for this config (alphanumeric, _, -)
      - `incomingFiles` union[], nullable
        - union
          - object, nullable
          - ProtobufRetlpbV1AudienceIncomingFile
            - `csv` union
              - …
            - `defaultAudienceTargets` string[], nullable — Fallback targets when file path doesn't specify; "all" sends to all configured integrations
            - `eventColumnMap` object, nullable — Maps event field paths to CSV column names (e.g. {"anonymousId": "Id", 'context.providers.facebookTag._fbp': 'fbp' })
            - `eventDefaults` union — Static fields to set on every event, preserves types (string, bool, number, objects. e.g. { type: 'track', 'context.consent.optOut.C0004': false } )
              - …
            - `filePathCaptureGroupMap` object, nullable — Maps semantic names to numbered regex capture groups (e.g. {"audienceName": 2, "audienceTarget": 3})
            - `filePathRegex` string — Regex to match incoming file paths, should include targets for audience name and audience targets
            - `name` string — Human-readable name for the incoming file to be processed
      - `source` union
        - object, nullable
        - ProtobufRetlpbV1AudienceSource
          - `objectStorage` union
            - object, nullable
            - ProtobufRetlpbV1ObjectStorage
              - …
      - `writeKey` string — Pipeline write key where activated events are delivered

## Other responses

- `4XX` — Something is wrong with your request such as missing or invalid data. Correct your request and try again.
- `5XX` — Internal server error. Try again later or reach out to MetaRouter support.

---

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