API search/get multiple rows in a sheet

I need some help formulating an API call to retrieve multiple rows of data in a sheet that have a specific key word.

I can successfully use the /2.0/search/sheets/xxxxxx?query="A2" query to get a list of rows however I don't know how to continue this query to then pull all the rows of data that match the query.

Answers