Google Super

GOOGLESUPER_LIST_AUDIENCE_EXPORTS

Tool to list all audience exports for a GA4 property. Use when you need to fetch its export history after initiating exports.

Remote googlesuper

Other tools also called GOOGLESUPER_LIST_AUDIENCE_EXPORTS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "parent": {
      "type": "string",
      "title": "Parent",
      "pattern": "^properties/[^/]+$",
      "examples": [
        "properties/1234"
      ],
      "description": "Required. Resource name of the parent property. Format: properties/{property_id}"
    },
    "pageSize": {
      "type": "integer",
      "title": "Page Size",
      "default": null,
      "maximum": 1000,
      "minimum": 1,
      "examples": [
        200
      ],
      "nullable": true,
      "description": "Optional. Maximum number of results to return. Defaults to 200; larger values are coerced to 1000."
    },
    "pageToken": {
      "type": "string",
      "title": "Page Token",
      "default": null,
      "examples": [
        "token123"
      ],
      "nullable": true,
      "description": "Optional. Token for retrieving the next page of results; other parameters must match original call when paginating."
    }
  }
}