---
title: "results(for:)"
framework: healthkit
role: symbol
role_heading: Instance Method
path: "healthkit/hkquantityseriessamplequerydescriptor/results(for:)"
---

# results(for:)

Runs a one-shot query that returns an asynchronous sequence of matching series samples.

## Declaration

```swift
func results(for healthStore: HKHealthStore) -> HKQuantitySeriesSampleQueryDescriptor.Results
```

## Parameters

- `healthStore`: The access point for HealthKit data.

## See Also

### Running Queries

- [HKQuantitySeriesSampleQueryDescriptor.Results](healthkit/hkquantityseriessamplequerydescriptor/results.md)
- [HKQuantitySeriesSampleQueryDescriptor.Result](healthkit/hkquantityseriessamplequerydescriptor/result.md)
