ExportShortcutRunsBody

Body for Export Shortcut Runs. Names the batch whose runs become the CSV.

Properties

batch_idstringrequired

The batch to export, as returned by Run Shortcut Batch or Import CSV for Shortcuts. The same id List Shortcut Runs filters by. You can only export a batch you ran.

file_namestring

Base name for the downloaded file, without extension. Defaults to `shortcut-runs`. Non-alphanumeric characters are replaced and the name is capped at 100 characters.

Example

ExportShortcutRunsBody example
{
  "batch_id": "string",
  "file_name": "string"
}