# Job Helmut Cloud Execute Stream Action

The Job Helmut Cloud Execute Stream Action node lets you execute a [helmut.cloud](https://www.helmut.cloud/) stream created within [High5](https://www.helmut.cloud/high5/). It requires several parameters for proper execution:

* **Organization Name:** The name of your organization
* **High5 Space Name:** The name of the High5 space
* **Stream ID:** The identifier of the desired stream
* **Target User Email:** The email address of the helmut.cloud [agent](https://www.helmut.cloud/agent/) (user) who should execute the stream
* **Authorization Token:** The Personal Access Token (PAT) from helmut.cloud. Refer to the [helmut.cloud documentation](https://docs.helmut.cloud/personal-account/account-settings/security#personal-access-token-pat) for instructions on obtaining this token
* **helmut.cloud URL:** The URL of the dedicated helmut.cloud region (e.g., eu-central-1, us-east-1)

{% hint style="info" %}
Some of this information can also be extracted directly from the example stream URL below:\
\
[**https://app.helmut.cloud**](#user-content-fn-1)[^1]/high5/designer/#/org/[**Acme-Inc**](#user-content-fn-2)[^2]/spaces/[**Wile-E-Coyote**](#user-content-fn-3)[^3]/events/h4/streams/[**67d6fd2363898dde9d06f667**](#user-content-fn-4)[^4]
{% endhint %}

<figure><img src="https://content.gitbook.com/content/MDOObhR5m91Ea2DZ1Pfu/blobs/N5IiL1MYMMNMA3MDqWG8/image.png" alt="" width="348"><figcaption><p>Job Helmut Cloud Execute Stream Action</p></figcaption></figure>

The node returns the payload of the job using the [{stream.last\_result}](https://docs.helmut.de/helmut4-releases/v4.11.0/helmut4-components/streamdesigner/wildcards/result-or-return-wildcards-2/stream-last_result) or [{node.result.?}](https://docs.helmut.de/helmut4-releases/v4.11.0/helmut4-components/streamdesigner/wildcards/result-or-return-wildcards-2/node-result) wildcard, which contains the execution, status and log ID.

```json
{
   "high5ExecutionId":"67f6741f0ba5d5b7d3abc74c",
   "statusId":"67c6731f0ca5h3b7d3abc752",
   "logId":"67a6731f1ca5d5b7s3abc74f"
}
```

{% hint style="warning" %}
The node also returns helpful information if the execution failed:

Given space not found

Organization not found

Failed to validate 'path' parameter 'streamId' - Invalid Mongo ID

Requested target <roadrunner@acme.in> is not a member of the organization

Your authentication token is invalid

The personal access token used for authentication has expired

{% endhint %}

[^1]: helmut.cloud URL

[^2]: Organization Name

[^3]: High5 Space Name

[^4]: Stream ID


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/v4.11.0/helmut4-components/streamdesigner/nodes/actions/third-party/moovit-msp/helmut.cloud-2/job-helmut-cloud-execute-stream-action.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
