> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tilebox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Client.datasets

```python theme={"system"}
def Client.datasets() -> Datasets
```

Fetch all available datasets.

## Returns

An object containing all available datasets, accessible via dot notation.

<RequestExample>
  ```python Python theme={"system"}
  datasets = client.datasets()

  s1_sar = datasets.open_data.copernicus.sentinel1_sar
  ```
</RequestExample>
