roboflow_export_version
Initiate an export of a trained dataset version to a chosen format (COCO, YOLO, etc.) and receive a signed download URL when ready.
Instructions
Request an export for a trained/generated version.
Returns a signed download URL when ready. Does NOT stream
bytes — pair with roboflow_download_export if you want
the zip on disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| version | Yes | ||
| export_format | Yes | ||
| workspace | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |