> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/helmut4-components/streamdesigner/nodes/actions/third-party/moovit-msp/helmut.cloud-2/job-helmut-cloud-execute-stream-action.md).

# 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="/files/tt2yiAJUIP7hGMX2fSnu" 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}](/helmut4-releases/helmut4-components/streamdesigner/wildcards/result-or-return-wildcards-2/stream-last_result.md) or [{node.result.?}](/helmut4-releases/helmut4-components/streamdesigner/wildcards/result-or-return-wildcards-2/node-result.md) 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
