v3

latestOpenAPI 3.1.2Apache 2.02026-07-31231237972.0 KB
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
      }
    }
  }
}