v1
latestOpenAPI 3.0.32026-08-061874701.5 MBsearch
Search sheet
Gets a list of the user's search results in a sheet, based on a query.
The list contains an abbreviated row object for each query-matching row in the sheet.
Important: If you have't used the public API in a while, we will need to provision your data. This could take up to 24 hours so please check back later!
Note: Newly created or recently updated data may not be immediately discoverable via search.
get/search/sheets/{sheetId}
Query parameters
querystring required
Text with which to perform the search.
Tip: To match the exact text, wrap the query in double-quotes.
Response
Object that contains an array of matching items in the sheet and the total count of those items.
Example response
{
"results": [
{
"objectType": "row",
"objectId": 12345678,
"favorite": true
}
],
"totalCount": 1
}