---
title: "Redrive"
method: POST
path: "/api/v1/redrive/executions"
---

# Redrive

`POST /api/v1/redrive/executions`

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

## Query parameters

- `state_machine_arn` string, required
- `start_date` string — Full timestamp in format YYYY-MM-DDTHH:MM:SSZ (optional)
- `end_date` string — Full timestamp in format YYYY-MM-DDTHH:MM:SSZ (optional)
- `max_redrive_count` integer, nullable — Maximum number of existing redrive attempts allowed (default: 3)

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caresquare/fastapi/revisions/c9df874d8d59/schema)
