Retrieves a list of data sets associated with an organization.Ask AIget https://api-us.streamline.intellistack.ai/v1/activation/datasetReturns paginated datasets sorted by ID in ascending order.Query ParamsentityIdarray of uuidsList of entity UUIDs.entityIdADD uuidlabelstringThe label of the data set.pageSizeinteger1 to 100Defaults to 50Number of items to return per page (1-100)pageNumberinteger≥ 1Defaults to 1Page number to return (one-based)offsetinteger≥ 0Defaults to 0Number of records to skip before applying pagination. Can be used alone or combined with pageNumber to start pagination from a specific offset. Defaults to 0.includearray of stringsInclude additional informationintegrationsResponse 200A list of data sets.Updated about 7 hours ago