P
RetrieveHogFunctionMetricsTotals
PosthogApi.RetrieveHogFunctionMetricsTotals
Description
Retrieve total metrics for a specific HOG function.
Use this tool to obtain total metrics data for a specified HOG function within a project environment. Useful for tracking metrics related to file system views.
Input Parameters
{
"parameters": [
{
"name": "hog_function_uuid",
"required": true,
"inferrable": true,
"description": "A UUID string identifying the specific HOG function for which to retrieve metrics.",
"value_schema": {
"val_type": "string"
}
},
{
"name": "project_id",
"required": true,
"inferrable": true,
"description": "The ID of the project to access. Obtainable via the /api/projects/ endpoint.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'environments_hog_functions_metrics_totals_retrieve'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}