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 Splits for an organization per workspace.

Parameters

ParameterDescription
WorkspaceThe id of the workspace from which you want a list of splits.

Example Output

{
	"objects": [
		{
			"id": "<string>",
			"name": "<string>",
			"description": "<string>",
			"trafficType": {
				"id": "<string>",
				"name": "<string>"
			},
			"creationTime": 960549252704,
			"rolloutStatus": {
				"id": "<string>",
				"name": "<string>"
			},
			"rolloutStatusTimestamp": 1106164067566,
			"tags": null,
			"owners": [
				{
					"id": "<string>",
					"type": "<string>"
				}
			]
		}
	],
	"offset": 2,
	"limit": 4,
	"totalCount": 1
}

Workflow Library Example

List Splits and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop