---
title: SpotlightSearchTool.SearchReply
framework: corespotlight
role: symbol
role_heading: Structure
path: corespotlight/spotlightsearchtool/searchreply
---

# SpotlightSearchTool.SearchReply

A set of search results with routing metadata for host app consumption.

## Declaration

```swift
struct SearchReply
```

## Mentioned in

Making your indexed content available to Foundation Models

## Topics

### Getting the reply details

- [content](corespotlight/spotlightsearchtool/searchreply/content-swift.property.md)
- [label](corespotlight/spotlightsearchtool/searchreply/label.md)
- [status](corespotlight/spotlightsearchtool/searchreply/status-swift.property.md)
- [SpotlightSearchTool.SearchReply.Content](corespotlight/spotlightsearchtool/searchreply/content-swift.enum.md)
- [SpotlightSearchTool.SearchReply.Status](corespotlight/spotlightsearchtool/searchreply/status-swift.enum.md)

### Getting the tokens

- [queryToken](corespotlight/spotlightsearchtool/searchreply/querytoken-swift.property.md)
- [stageToken](corespotlight/spotlightsearchtool/searchreply/stagetoken-swift.property.md)
- [SpotlightSearchTool.SearchReply.QueryToken](corespotlight/spotlightsearchtool/searchreply/querytoken-swift.struct.md)
- [SpotlightSearchTool.SearchReply.StageToken](corespotlight/spotlightsearchtool/searchreply/stagetoken-swift.struct.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the search results

- [searchResults](corespotlight/spotlightsearchtool/searchresults.md)
