Check status of a run
exports_get_files_csv_runs(id, run_id)
A list containing the following elements:
integer,
string,
string, The time that the run was queued.
string, The time that the run started.
string, The time that the run completed.
string, The error message for this run, if present.
string, The time that the output was originally exported, if a cache entry was used by the run.
integer required. The ID of the csv_export.
integer required. The ID of the run.