exports_get_files_csv_runs: Check status of a run

View source: R/generated_client.R

exports_get_files_csv_runsR Documentation

Check status of a run

Description

Check status of a run

Usage

exports_get_files_csv_runs(id, run_id)

Arguments

id

integer required. The ID of the csv_export.

run_id

integer required. The ID of the run.

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.


civis documentation built on April 1, 2023, 12:01 a.m.