Possible to search for products where sku contains string?

Is it possible to search products where the sku for that product contains a given string? For example, the products I am looking for all have a sku that starts with c-c. However, I don’t see a way to do what I am looking for without pulling down every single product via several pagination requests (and being token throttled) and then manually filtering on my server from there. Any help and insight would be greatly appreciated.