Skip to main content

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 the labels for an organization. User must have the label.read scope.
External DocumentationTo learn more, visit the Hyperproof documentation.

Parameters

ParameterDescription
Can LinkIf true, only returns labels to which the requesting user has link permission.
StatusFilters results by the provided object status.

Example Output

[
	{
		"createdBy": "<string>",
		"updatedBy": "<string>",
		"id": "<string>",
		"status": "<string>",
		"orgId": "<string>",
		"permissions": [
			"<string>",
			"<string>"
		],
		"name": "<string>",
		"description": "<string>",
		"_isPartialData": true
	},
	{
		"createdBy": "<string>",
		"updatedBy": "<string>",
		"id": "<string>",
		"status": "<string>",
		"orgId": "<string>",
		"permissions": [
			"<string>",
			"<string>"
		],
		"name": "<string>",
		"description": "<string>",
		"_isPartialData": true
	}
]

Workflow Library Example

List Labels with Hyperproof and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop