retry_queue_item
Retry a failed or abandoned queue item by resetting its status to New, enabling robots to pick it up again. Requires item ID, row version, and folder.
Instructions
Retry a Failed or Abandoned queue item, resetting it to New so robots will pick it up again.
Only applicable to items with status Failed or Abandoned — retrying items in other states will return an API error. The row_version field is returned with each queue item from get_queue_items and is required for optimistic concurrency control.
Args: queue_item_id: The ID of the queue item to retry. row_version: The RowVersion value from the queue item (prevents stale retries). folder_name: The display name of the folder containing the item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_name | Yes | ||
| row_version | Yes | ||
| queue_item_id | Yes |