Get a tag by ID.

Parameters

ParameterDescription
IDThe resource’s unique identifier.

Example Output

[
	{
		"color": "Red",
		"comments": "string",
		"id": "abcd-1234",
		"name": "string"
	}
]

Workflow Library Example

Get Tag with Prisma Access and Send Results Via Email

Preview this Workflow on desktop