get
/api/v2/stop-analytics/fuel-point-analytics/{id}
Python SDK method:
client.stop_analytics.fuel_point_analytics(id=job_id).results()

Get fuel point analytics results

Returns paginated fuel point analytics rows for a completed fuel point analytics job. Each row represents a vehicle stop at a fuel-point location.

Altitude Help Center — Fuel Point Analytics (beta)

Input Parameters

NameLocationTypeValuesDescriptionValue Required
idpathstring-Unique resource identifier.Y
pageTokenquerystring-Pagination token returned in the Link header of a previous response. Omit to fetch the first page.N

Success Responses

200 response: object

Paginated result data. When more pages are available, a Link: rel="next" header and Altitude-* pagination headers are included in the response.

NameTypeDescription
dailyRefuelCountAvgnumber (double)The average daily number of refuel events at this location.
iso_3166_2stringThe ISO 3166:2 code for the state or province of this zone.
refuelCountinteger (int64)The number of observed refuel events at this location.
refuelMetricsByFuelTypearray<object>Array of objects representing refuel metrics broken down by fuel type.
refuelMetricsByIndustryarray<object>Array of objects representing refuel metrics broken down by industry.
refuelMetricsByVehicleClassarray<object>Array of objects representing refuel metrics broken down by vehicle class.
refuelMetricsByVocationarray<object>Array of objects representing refuel metrics broken down by vocation.
stopCountinteger (int64)The number of observed stop events at this location.
vehicleCountinteger (int64)The number of unique vehicles observed at this location.
zoneCodestringRaw zone code for this result row.
zoneIdstringEncoded Altitude zone identifier for this result row.
zoneNamestringDescription of the zone when available.
zoneTypestringThe zone type of the zone.

Response Errors

HTTP Status CodeReason
400The request body or parameters are invalid.
401Authentication is required or the provided credentials are invalid.
403The authenticated user lacks permission to perform this operation.
404The requested resource does not exist.
409Result not yet ready. Poll the status monitor.
429The request rate limit has been exceeded.
500An unexpected server error occurred.