List the information about all datasets available to the client.
import { listDatasets } from "@arizeai/phoenix-client/datasets";const datasets = await listDatasets({});console.log(datasets); Copy
import { listDatasets } from "@arizeai/phoenix-client/datasets";const datasets = await listDatasets({});console.log(datasets);
If the datasets cannot be listed or the response is invalid.
List the information about all datasets available to the client.