RunShortcutCsvData

Acknowledgement that the import was accepted and queued. Runs appear on List Shortcut Runs filtered by `batch_id` as the file streams.

Properties

statusstringrequired

Always `processing` — the import runs in the background.

"processing"
batch_idstring <uuid>required

The batch every run from this file shares. Poll `GET /api/v1/shortcuts/{id}/runs?batch_id=...`; an empty list means the import has not reached its first row yet, and a failure before the first row appears there as a single failed run carrying the reason.

columns_mappedintegerrequired

How many of the file's columns will be sent — the number of entries in `mapping`.

Example

RunShortcutCsvData example
{
  "status": "processing",
  "batch_id": "00000000-0000-0000-0000-000000000000",
  "columns_mapped": 0
}