roboflow_export_version
Initiates an export request for a trained version and returns a signed download URL. Pair with roboflow_download_export to save the zip file on disk.
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 |
|---|---|---|---|
| dry_run | No | ||
| project | Yes | ||
| version | Yes | ||
| workspace | No | ||
| export_format | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |