> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Search Sheet

Gets a list of the user's search results in a sheet based on query.

The list contains an abbreviated row object for each search result in a sheet.

`Note:` If you haven't used the Smartsheet API recently, data provisioning may take up to 24 hours.

<Note>
  External Documentation

  To learn more, visit the [Smartsheet documentation](https://smartsheet.redoc.ly/tag/search/#operation/list-search-sheet).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                 |
  | --------- | ------------------------------------------- |
  | Query     | The query with which to perform the search. |
  | Sheet ID  | Sheet ID of the sheet being accessed.       |
</div>

## Example Output

```json theme={"dark"}
{
	"results": [
		{
			"text": "<string>",
			"objectType": "<string>",
			"objectId": 5629216466330474,
			"parentObjectType": "<string>",
			"parentObjectId": 2307360792305022,
			"parentObjectName": "<string>",
			"contextData": [
				"<string>"
			]
		},
		{
			"text": "<string>",
			"objectType": "<string>",
			"objectId": 3241681216492671,
			"parentObjectType": "<string>",
			"parentObjectId": 871346918154382,
			"parentObjectName": "<string>",
			"contextData": [
				"<string>"
			]
		}
	],
	"totalCount": 2
}
```

## Workflow Library Example

[List Search Sheet with Smartsheet and Send Results Via Email](https://library.blinkops.com/workflows/list-search-sheet-with-smartsheet-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-search-sheet-with-smartsheet-and-send-results-via-email/canvas" />
</div>
