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

# Describe Custom URL Category

Return the custom URL category of a specified rule group.

<Note>
  External Documentation

  To learn more, visit the [Palo Alto Cloud NGFW documentation](https://pan.dev/cloudngfw/api/aws/get-v-1-config-rulestacks-rulestackname-urlcustomcategories-name/).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter      | Description                                                               |
  | -------------- | ------------------------------------------------------------------------- |
  | Action         | URL actions.                                                              |
  | Rulestack Name | The name of the rulestack to retrieve and describe custom URL categories. |
  | URL Category   | The name of the URL Category to describe.                                 |
  | URL Targets    | Specify where the URL opens.                                              |
</div>

## Example Output

```json theme={"dark"}
{
	"Response": {
		"Name": "string",
		"RuleStackName": "string",
		"URLCategoryCandidate": {
			"URLCategoryEntry": {
				"Action": "string",
				"AuditComment": "string",
				"Description": "string",
				"UpdateToken": "string",
				"UrlTargets": [
					"string"
				]
			},
			"operation": "add",
			"pk": "string",
			"sk": "string"
		},
		"URLCategoryRunning": {
			"URLCategoryEntry": {
				"Action": "string",
				"AuditComment": "string",
				"Description": "string",
				"UpdateToken": "string",
				"UrlTargets": [
					"string"
				]
			},
			"operation": "add",
			"pk": "string",
			"sk": "string"
		}
	},
	"ResponseStatus": {
		"ErrorCode": 0,
		"Reason": "string"
	}
}
```

## Workflow Library Example

[Describe Custom Url Category with Palo Alto Cloud Ngfw and Send Results Via Email](https://library.blinkops.com/workflows/describe-custom-url-category-with-palo-alto-cloud-ngfw-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/describe-custom-url-category-with-palo-alto-cloud-ngfw-and-send-results-via-email/canvas" />
</div>
