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.

Retrieves the workspaces for an organization.

Parameters

ParameterDescription
Name Matching OperationMatch operator for the name query parameter. IS is the default value but STARTS_WITH and CONTAINS are also supported.
Workspace NameFilter workspaces by name.

Example Output

{
	"objects": [
		{
			"id": "4e0e48e0-c755-11ed-9886-dea06841c80c",
			"name": "Default",
			"type": "workspace",
			"requiresTitleAndComments": false
		}
	],
	"offset": 0,
	"limit": 10,
	"totalCount": 1
}

Workflow Library Example

List Workspaces with Split and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop