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.

List all the controls that are part of a Hyperproof organization. User must have the control.read scope.
External DocumentationTo learn more, visit the Hyperproof documentation.

Parameters

ParameterDescription
Can LinkIf true, only returns controls to which the requesting user has link permission.
Expand ScopesIf true, includes scope controls as well as parent controls.
Expand TeamsIf true, includes team controls as well as parent controls.
StatusFilters results by the provided object status.

Example Output

[
	{
		"id": "<string>",
		"controlIdentifier": "<string>",
		"description": "<string>"
	},
	{
		"id": "<string>",
		"controlIdentifier": "<string>",
		"description": "<string>"
	}
]

Workflow Library Example

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