Get Audience Limits
get_audience_limitsCall this before creating an Audience whenever a size is in play — the user named a number, asked for "as many as possible", or you are choosing a creation mode. Returns the ceilings that apply to THIS account: the per-Audience plan cap including any negotiated Enterprise allowance, the custom-size maximum, and per-mode ceilings.
Read the two mode ceilings carefully, they are different things: automaticSizingCeiling bounds the size the server picks when you send no memberCount, while explicitCountCeiling bounds a size you state. Only "balanced" has the latter — exceed it and creation is refused with MODE_CAP. In the deeper modes a stated size is bounded by memberCap alone.
Prefer calling this over guessing: being refused mid-creation is expensive, because the build has already been enqueued by then.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Report only this creation mode. Omit to see every mode. |