-
-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Labels
Description
The documentation at https://docs.stackstorm.com/reference/action_output_streaming.html#via-the-special-purpose-execution-output-stackstorm-stream-api-endpoint lists /v1/stream/executions/<execution id>/output[?output_type=stdout/stderr/other] as endpoint.
Using that endpoint with Stackstorm 3.1 returns an error that the resource could not be found.
Example:
curl -Lk -H 'content-type: application/json' -H "St2-Api-Key: my-super-secret-api-key" https://localhost/api/v1/stream/executions/last/output
{
"faultstring": "The resource could not be found."
}```
The correct path is `/stream/v1/executions/<execution-id>/output[?output_type=stdout/stderr/other]`. This also matches the API docs here:
https://api.stackstorm.com/stream/v1/executions/#/action_execution_output_controller.get_one