v8

latestOpenAPI 3.0.3raw.githubusercontent.com2026-05-2526602.8 MB
Data Exports

Retry Failed Data Export

Create a new data export with the same parameters as a failed export and automatically start it.

post/api/data-exports/{data_export_id}/retry

Response

Success

Example response

{
  "data": {
    "id": "data_export_new456def",
    "original_id": "data_export_abc123xyz789",
    "type": "transactions",
    "status": "pending",
    "message": "A new export has been created from the failed export."
  },
  "_meta": {
    "_credits": {
      "used": 0,
      "balance": 9500,
      "note": "Always"
    },
    "_cache": {
      "is_cached": false,
      "note": "Cache disabled for this endpoint"
    },
    "_rate_limits": {
      "limit_minute": 60,
      "limit_day": null,
      "remaining_minute": 56,
      "remaining_day": null,
      "notice": ""
    }
  }
}