hub

get_dataset

Read one StrataHub dataset card.

strata hub get-dataset

wire hub_get_dataset

Reads `GET /v1/datasets/<name>` from the effective hub URL and returns the dataset card in an executor-owned JSON envelope.

Status commands return a scalar or compact status payload and do not mutate database state.

To see the complete help for this command, run:

strata hub get-dataset --help

Example

No CLI example in this release.

Parameters

NameTypeRequiredDescription
namestringyesDataset slug.
hub_urlstring or nullnoExplicit hub URL; when absent the 5-layer resolver runs.

Returns

StatusResponse<HubDatasetCard>

  • dataHubDatasetCard
  • typestring

Errors

Recover by code. Retry policy and commit outcome come from the shipped error registry.

← All 5 Hub commands

agents: this page as markdown → /docs/reference/hub/get_dataset.md