Get a list of all enrolled assets.

Parameters

ParameterDescription
FilterA query filter.

Example Output

{
	"items": [],
	"links": [
		{
			"rel": "self",
			"title": "Assets information",
			"href": "/public/api/customers/11111111-1111-1111-1111-111111111111/assets/search?filters=%7B%22live%22%3A%7B%22equals%22%3Atrue%7D%7D"
		},
		{
			"rel": "parent",
			"title": "Customer information",
			"href": "/api/customers/11111111-1111-1111-1111-111111111111"
		},
		{
			"rel": "tags",
			"title": "Asset tags information",
			"href": "/api/customers/11111111-1111-1111-1111-111111111111/assets/tags"
		}
	],
	"offset": 0,
	"limit": 10000
}

Workflow Library Example

Search Assets with Uptycs and Send Results Via Email

Preview this Workflow on desktop