Skip to main content
Retrieve a workflow by its ID.
External DocumentationTo learn more, visit the Upwind documentation.

Parameters

ParameterDescription
Organization IDThe ID of the organization.
Workflow IDThe ID of the workflow to retrieve.

Example Output

{
	"id": "string",
	"name": "string",
	"type": "TRIGGERED",
	"last_execution_time": "2024-07-29T15:51:28.071Z",
	"status": "ENABLED",
	"config": {
		"selectors": [
			{
				"type": "LABEL",
				"key_values": [
					{
						"key": "string",
						"value": "string"
					}
				]
			},
			{
				"type": "LABEL",
				"values": [
					"string"
				]
			}
		],
		"actions": [
			{
				"type": "SLACK",
				"target_audience": "ALL",
				"recipients": [
					"string"
				]
			},
			{
				"type": "SLACK",
				"project_id": "string",
				"issue_type_id": "string",
				"assignee_id": "string",
				"reporter_id": "string",
				"labels": [
					"string"
				],
				"custom_fields": {}
			},
			{
				"type": "SLACK",
				"channel": "string",
				"message": "string"
			},
			{
				"type": "SLACK",
				"webhook_id": "string"
			}
		],
		"cron": "string"
	}
}

Workflow Library Example

Get Workflow with Upwind and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop