exports_post_files_csv_runs {civis} | R Documentation |
Start a run
Description
Start a run
Usage
exports_post_files_csv_runs(id)
Arguments
id |
integer required. The ID of the csv_export. |
Value
A list containing the following elements:
id |
integer, |
state |
string, |
createdAt |
string, The time that the run was queued. |
startedAt |
string, The time that the run started. |
finishedAt |
string, The time that the run completed. |
error |
string, The error message for this run, if present. |
outputCachedOn |
string, The time that the output was originally exported, if a cache entry was used by the run. |
[Package civis version 3.1.2 Index]