data export resume

Resume a bulk export job that you previously started. Uses Bulk API 2.0.

Description for data export resume 

When the original “data export bulk” command times out, it displays a job ID. To see the status and get the results of the bulk export, run this command by either passing it the job ID or using the –use-most-recent flag to specify the most recent bulk export job.

Using either --job-id or --use-most-recent will properly resolve to the correct org where the bulk job was started based on the cached data by “data export bulk”.

Flags 

Flag Name (Long)Flag Name (Short)Description
‑‑api‑versionN/AType: Value

Override the api version used for api requests made by this command
‑‑flags‑dirN/AType: Value

Import flag values from a directory.
‑‑job‑id‑iType: Value

Job ID of the bulk export.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑use‑most‑recentN/AType: Boolean

Use the job ID of the bulk export job that was most recently run.

Examples for data export resume 

Resume a bulk export job run by specifying a job ID:

1sf data export resume --job-id 750xx000000005sAAA

Resume the most recently-run bulk export job:

1sf data export resume --use-most-recent