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 Segments given an environment.

Parameters

ParameterDescription
EnvironmentThe id or case sensitive name of the environment in which you want get the segments.
WorkspaceThe id of the workspace from which you want a list of segments.

Example Output

{
	"objects": [
		{
			"name": "<string>",
			"environment": {
				"id": "<string>",
				"name": "<string>"
			},
			"trafficType": {
				"id": "<string>",
				"name": "<string>"
			},
			"creationTime": 2409693738374
		}
	],
	"offset": 2,
	"limit": 25,
	"totalCount": 2
}

Workflow Library Example

List Segments in Environment with Split and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop