Get Metrics
Flexible time-series query over a registered scisciDB metrics dataset.
Specify which dimensions to aggregate with group_by, and pass any declared
filter or partition dimensions as extra query params to narrow the result.
Comma-separated values are supported for multi-value filtering (IN clause).
Partition dimensions (e.g. metric_type) have safe defaults injected when omitted from both group_by and filters — prevents accidental cross-partition aggregation (e.g. summing total + has_abstract would double-count).
Examples: ?group_by=field,year&metric_type=total ?group_by=venue,year&field=Computer+Science&metric_type=total ?group_by=venue,metric_type&venue=Nature,Science&field=Computer+Science
Query Parameters
string requiredComma-separated columns to GROUP BY, e.g. 'field,year'
string Registered dataset ID within scisciDB
boolean Exclude rows where any group_by column is NULL
Return only the top N groups by total count (non-time dimensions)
integer curl -X GET http://localhost:8000/scisciDB/metrics \