Default dataset
Get default dataset statistics
Returns statistics for the Actor run's default dataset.
This endpoint is a shortcut that resolves the run's defaultDatasetId and proxies to the Get dataset statistics endpoint.
get/v2/actor-runs/{runId}/dataset/statistics
Path parameters
runIdstring required
Example:3KH8gEpp4d8uQSe8T
Actor run ID.
Response
Example response
{
"data": {
"fieldStatistics": {
"name": {
"nullCount": 122
},
"price": {
"min": 59,
"max": 89
}
}
}
}