> For the complete documentation index, see [llms.txt](https://docs.altura.com/altura-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altura.com/altura-documentation/js-sdk-reference/get-methods/get-collection.md).

# Get Collection

Use this method to get the metadata of a collection.&#x20;

### Usage in your script

{% tabs %}
{% tab title="JavaScript" %}

```javascript
const alturaCollection = await altura.getCollection(COLLECTION_ADDRESS);
```

{% endtab %}

{% tab title="TypeScript" %}

```typescript
const alturaCollection:TAlturaCollection  = await altura.getCollection(COLLECTION_ADDRESS);
```

{% endtab %}
{% endtabs %}

### **Parameters**

<table><thead><tr><th width="230.33333333333331">Parameter</th><th width="88">Type</th><th width="109">Required</th><th>Description</th></tr></thead><tbody><tr><td><code>collection_address</code></td><td><strong>String</strong></td><td><strong>Yes</strong></td><td>The collection address</td></tr></tbody></table>
