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

# Get Tag Metadata

Retrieves a metadata that includes a summary of metrics and information for the provided tag.

<Note>
  External Documentation

  To learn more, visit the [Spur documentation](https://docs.spur.us/context-api?id=get-v2metadatatagstag).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                       |
  | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Tag       | The tag to retrieve its metadata. For further information regarding the available tags, refer to [Spur's Documentation](https://docs.spur.us/data-types?id=tags). |
</div>

## Example Output

```json theme={"dark"}
{
	"allowsCrypto": "false",
	"allowsFreeAccess": "false",
	"allowsMultihop": "false",
	"allowsTorrents": "false",
	"allowsWhiteLabel": "true",
	"categories": [
		"RESIDENTIAL_PROXY",
		"DATACENTER_PROXY",
		"MOBILE_PROXY",
		"ISP_PROXY"
	],
	"description": "OxyLabs is the second largest proxy provider tracked. Their users are sourced through SDKs embedded in mobile applications and browser extensions. These users are likely unaware that they agreed to contribute to this proxy network.",
	"isAnonymous": "true",
	"isCallbackProxy": "true",
	"isEnterprise": "false",
	"isInactive": "false",
	"isNoLog": "true",
	"metrics": {
		"averageDeviceCount": "37.20332478669546",
		"churnRate": "0.08675012801772562",
		"distinctASNs": "25334",
		"distinctCountries": "235",
		"distinctIPs": "6367903",
		"distinctISPs": "67413"
	},
	"name": "Oxylabs",
	"platforms": [
		"ROUTER"
	],
	"protocols": [],
	"tag": "OXYLABS_PROXY",
	"targetingTypes": [
		"CITY",
		"STATE",
		"COUNTRY",
		"ASN"
	],
	"website": "https://oxylabs.io"
}
```

## Workflow Library Example

[Get Tag Metadata with Spur and Send Results Via Email](https://library.blinkops.com/workflows/get-tag-metadata-with-spur-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-tag-metadata-with-spur-and-send-results-via-email/canvas" />
</div>
