workspaceId (required)organizationId (optional)userId (optional)createdStart, createdEndcurl --location --request GET 'https://api.data.v4.marketing/v1/google-analytics/custom-events?workspaceId=workspace_123&organizationId&userId&createdStart=2026-01-01T00:00:00Z&createdEnd=2026-01-31T23:59:59Z&page&limit' \
--header 'x-client-id: <api-key>' \
--header 'x-client-secret: <api-key>'{
"data": [
{
"event_name": "string",
"metric_name": "string",
"metric_value": 0,
"custom_event_category": "string",
"custom_event_label": "string",
"custom_rd_action": "string",
"custom_rd_asset_id": "string",
"custom_rd_filter": "string",
"workspace_id": "string",
"organization_id": "string",
"user_id": "string",
"inserted_at": "2019-08-24T14:15:22.123Z",
"event_date": "2019-08-24",
"document_id": "string"
}
],
"meta": {
"page": 0,
"limit": 0,
"hasNextPage": true,
"hasPreviousPage": true
}
}