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": [
		{
			"name": "sample_feature",
			"description": "A sample feature to help you learn how split works.",
			"id": "0000cea0-8f4d-11e7-b345-491559441642",
			"trafficType": {
				"id": "6414eaa0-8f4d-11e7-b345-124259445f48",
				"name": "user"
			},
			"creationTime": 1504294821336,
			"tags": [
				{
					"name": "one tag"
				}
			],
			"rolloutStatus": {
				"id": "35f71d79-0cb1-42d4-b029-5e5468c480e1",
				"name": "0% in Production"
			},
			"rolloutStatusTimestamp": 1625668535289
		}
	],
	"offset": 0,
	"limit": 20,
	"totalCount": 1
}

Workflow Library Example

List Splits and Send Results Via Email

Preview this Workflow on desktop