Getting Steps
Filter Options
| Option | Type | Description |
|---|---|---|
status | string | success or failed |
startedAfter | string | ISO timestamp filter |
startedBefore | string | ISO timestamp filter |
limit | number | Max results |
Step Properties
| Property | Type | Description |
|---|---|---|
stepId | string | Step ID |
stepName | string | Step name |
status | string | success or failed |
idempotencyKey | string | Idempotency key |
context | object | Business context |
createdAt | string | ISO timestamp |
retryCount | number | Retry attempts |
Step History
History Properties
| Property | Type | Description |
|---|---|---|
attempt | number | Attempt number |
status | string | success or failed |
timestamp | string | ISO timestamp |
context | object | Context at attempt |
error | string | Error message |
duration | number | Execution time (ms) |