get-baselines
Retrieve predefined baselines for audience analysis, optionally filtered by ISO country code, to support marketing insights and data-driven decision-making.
Instructions
Retrieves available baselines, optionally filtered by country.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
country | No | ISO country code to filter by. |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"country": {
"description": "ISO country code to filter by.",
"type": "string"
}
},
"type": "object"
}