Redrive

API endpoint to redrive failed executions within a given date range.

post/api/v1/redrive/executions

Query parameters

state_machine_arnstring required
start_datestring

Full timestamp in format YYYY-MM-DDTHH:MM:SSZ (optional)

Full timestamp in format YYYY-MM-DDTHH:MM:SSZ (optional)

end_datestring

Full timestamp in format YYYY-MM-DDTHH:MM:SSZ (optional)

Full timestamp in format YYYY-MM-DDTHH:MM:SSZ (optional)

max_redrive_countinteger nullable

Maximum number of existing redrive attempts allowed (default: 3)

Maximum number of existing redrive attempts allowed (default: 3)

Response

Successful Response

{"stackTrail":"paths:/api/v1/redrive/executions:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes