imports_list_runs: Get the run history of this import

View source: R/generated_client.R

imports_list_runsR Documentation

Get the run history of this import

Description

Get the run history of this import

Usage

imports_list_runs(id)

Arguments

id

integer required.

Value

An array containing the following fields:

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.


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