def get_dataset_entry(
    name: str,
    id: int,
    api_key: Optional[str] = None,
) -> List[Dict[str, Union[int, Any]]]:

source code

Returns the specified dataset entry.

Arguments:

  • name - Dataset name.
  • id - Entry id
  • api_key - If specified, unify API key to be used. Defaults to the value in the

Returns:

A dict containing the dataset entry.