Google Super

GOOGLESUPER_GET_AUDIENCE_EXPORT

Tool to get configuration metadata for an Audience Export. Use after creating an Audience Export to retrieve its status and details.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_AUDIENCE_EXPORT? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "title": "Name",
      "pattern": "^properties/[^/]+/audienceExports/[^/]+$",
      "examples": [
        "properties/1234/audienceExports/5678"
      ],
      "description": "Required. The resource name of the Audience Export to retrieve. Format: properties/{property}/audienceExports/{audienceExport}."
    }
  }
}