automation_run_step_not_found
The run exists and belongs to you, but it has no step at that index. A run materialises every one of its steps when it starts, and the count never changes afterwards.
| Code | Type | HTTP | Category |
|---|---|---|---|
automation_run_step_not_found | not_found_error | 404 | Automations |
Cause
The run exists and belongs to you, but it has no step at that index. A run materialises every one of its steps when it starts, and the count never changes afterwards.
What to do
List the steps of the run and use one of the step_index values it returns; the index is a position inside that run, not a global identifier.
Related
All Automations error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.