> ## 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.

# Collection.info

```python theme={"system"}
def Collection.info() -> CollectionInfo
```

Fetch metadata about the data points in this collection.

## Returns

A collection info object.

<RequestExample>
  ```python Python theme={"system"}
  info = collection.info()
  ```
</RequestExample>
