# Get the list of published studies linked to caller's account id Endpoint: GET /v2/studies/list-studies Version: 2.0 Security: bearer ## Query parameters: - `state` (string) - `collectionRef` (string) - `productRef` (string, required) - `colorCode` (string) - `dateStart` (string) - `dateEnd` (string) - `limit` (number) The number of items to return. - `offset` (number) The number of items to skip before starting to collect the result. - `sortBy` (array) Sort the results by the specified field(s). - `sortDesc` (array) Sort the results in descending order. (true for descending, false for ascending) ## Response 200 fields