MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / list_datasets

Method list_datasets

tests/utils/api_client.py:675–677  ·  view source on GitHub ↗

Return all datasets across all groups, each carrying groupId+datasetId.

(self)

Source from the content-addressed store, hash-verified

673 return self.command("project.group.list").get("groups", [])
674
675 def list_datasets(self) -> list:
676 """Return all datasets across all groups, each carrying groupId+datasetId."""
677 return self.command("project.dataset.list").get("datasets", [])
678
679 def list_actions(self) -> list:
680 """Return all project actions, each carrying actionId."""

Calls 2

commandMethod · 0.95
getMethod · 0.45