Coverage report by QueryCopy Pageget https://kg.diffbot.com/kg/v3/dql/reportDownload coverage report by DQL queryQuery ParamsquerystringrequiredDQL Queryfromint32Defaults to 0Return results starting at from index. from+size <= 10_000 for facet queries.Please note that the from parameter is no longer applicable to Article queries and has been deprecated. In the future, using this parameter will result in an error.sizeint32Defaults to 50Maximum number of results to return. -1 to return all results. from+size <= 10_000 for facet queries.filterstringSemi-colon separated path filter to filter response json. You can use a simple dot notation skills.name or a JsonPath expression such as such as $.name;$.locations.country.name. For more advanced options, see JsonPath Filtering for syntax.filterExcludestringSemi-colon separated path filter to filter and exclude data from response json. You can use a simple dot notation skills.name or a JsonPath expression such as such as $.name;$.locations.country.name. For more advanced options, see JsonPath Filtering for syntax.exportspecstringThe spec defines the columns to export. This is applicable for csv, xls and xslx formats.Export spec specifies how to export the entity JSON to a csv. A simple export spec looks like name;summary. To specify more complex export spec, including specifying how many of a list of industries to return, or the ideal employment record, see Exporting Columnar Format and JsonPath Filtering.Responses 200Coverage report 404Report not found 500Internal Server ErrorUpdated 6 months ago