GetDatasetMetadata API
Get the metadata associated with your Dataset
The GetDatasetMetadata API allows you to get the metadata associated with a dataset in a programmatic way.
get_dataset_metadata
The get_dataset_metadata method
is used to get the metadata for a dataset from the Invariant API using the dataset_name
.
request
dataset_name
The name of the dataset.
request_kwargs
Optional[Dict[str, Any]]
Additional keyword arguments to pass to the requests method. Default is None
.
Return Value
Dict
The response object from the Invariant API.
Example