API → OrgsRetry a specific dataset conversion that failed previously for the caller's org
Parameters
Name
Type
Req.
Returns
- 202 Accepted
successfully enqueued operation
Name
Type
Req.
body
objectoptionalObject Properties
Possible values
queued: Pending conversion.canceled: The file will not be converted.in_progress: The file is currently being converted. If `started_at` passes a certain threshold, we assume it got dropped and will retry.success: Conversion finished with the result available at `output_path`.error_user: Conversion failed due to user providing a broken file, such as it being empty.error_unsupported: Conversion failed because we didn't know how to handle the file. The conversion should be retried with a new converter version.error_internal: Conversion failed with some other unrecoverable error. The conversion should be retried with a new converter version.
post
/org/datasets/{id}/conversions/{conversion_id}/retry$ curl -X POST "https://api.zoo.dev/org/datasets/{id}/conversions/{conversion_id}/retry" \
--header "Authorization: Bearer $TOKEN"202 Accepted
Response{}