Get a list of datasets.Ask AIget https://cti.example.com/api/v2/datasetsRequired permissions read intel-sets Query Paramslimitint32≥ 1Maximum number of items to be returnedoffsetint32≥ 0Return results starting from the specified (zero-based) indexsortstringComma-separated list of fields to sort on. Prefix a field with the minus "-" sign if you intend to apply descending sorting to itdatabooleanSet this parameter to false if you want to only retrieve the number of objects matching the querytruefalseattributesstringComma-separated list of attributes to be returned. Nested attributes are separated by dots - e.g. data.titlefilter[name]stringFilter datasets by namefilter[search_query]stringFilter datasets by search queryfilter[is_dynamic]booleanFilter dynamic datasetstruefalsefilter[is_relational]booleanFilter relational datasetstruefalsefilter[is_favorite]booleanFilter datasets which are favorite for authenticated usertruefalsefilter[observable_id]integerFilter static datasets which have relationships with given observable, via entities.Responses 200The requested object(s) 400Invalid request 401Unauthorized request 403Missing permissionsUpdated 5 months ago