---
title: "Retrieve WABA automatic creative optimizations"
method: GET
path: "/whatsapp/businessAccounts/{wabaId}/automatic-creative-optimizations"
tags: ["WhatsApp Business Accounts"]
---

# Retrieve WABA automatic creative optimizations

`GET /whatsapp/businessAccounts/{wabaId}/automatic-creative-optimizations`

Retrieves current automatic creative optimization feature enrollment for a WhatsApp Business Account from Meta.

This endpoint does not persist feature enrollment locally. If Meta returns `degrees_of_freedom_spec.data[0].creative_features_spec[0]` as an object, its string fields are returned as `creativeOptimizationFeatures` without feature-key filtering, status-value validation, or case normalization. If Meta returns success without a valid `creative_features_spec[0]` object, `creativeOptimizationFeatures` is returned as an empty object.

## Path parameters

- `wabaId` string, required

## Response `200`

Successfully retrieved current automatic creative optimization features.

- WhatsappAutomaticCreativeOptimizationRetrieveResponse
  - `wabaId` string — WhatsApp Business Account ID returned by Meta.
  - `creativeOptimizationFeatures` object — Current feature enrollment string values returned by Meta. REST returns fields and original string values from `creative_features_spec[0]` without feature-key filtering, status-value validation, or case normalization.

## Other responses

- `400` — Meta returned an error for the WABA automatic creative optimization query.
- `403` — You have no access to the requested WABA.

---

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