Search Fund Entities. Can perform more complex filtering based on the query defined in the request body.Ask AIpost https://api.crunchbase.com/api/v4/searches/fundsBody ParamsSearch Query Parametersfield_idsarray of stringsrequiredFields to include as columns in the search result entities - array of field_id stringsfield_ids*ADD stringqueryarray of objectsrequiredSearch query to perform on the designated entityquery*ADD objectorderarray of objectsOrder in which the search results should be returnedorderADD objectlimitintegerNumber of rows to return. Default is 100, min is 1, max is 2000.before_iduuidUsed to paginate search results to the previous page. before_id should be the uuid of the first item in the current page. May not be provided simultaneously with after_id.after_iduuidUsed to paginate search results to the next page. after_id should be the uuid of the last item in the current page. May not be provided simultaneously with before_id.Responses 200Search results include Fund entities. 400Bad request 404Not found 500Request failedUpdated 11 months ago