scripts_list_python3_runs_outputs {civis} | R Documentation |
List the outputs for a run
Description
List the outputs for a run
Usage
scripts_list_python3_runs_outputs(
id,
run_id,
limit = NULL,
page_num = NULL,
order = NULL,
order_dir = NULL
)
Arguments
id |
integer required. The ID of the python script. |
run_id |
integer required. The ID of the run. |
limit |
integer optional. Number of results to return. Defaults to its maximum of 50. |
page_num |
integer optional. Page number of the results to return. Defaults to the first page, 1. |
order |
string optional. The field on which to order the result set. Defaults to created_at. Must be one of: created_at, id. |
order_dir |
string optional. Direction in which to sort, either asc (ascending) or desc (descending) defaulting to desc. |
Value
An array containing the following fields:
objectType |
string, The type of the output. Valid values are File, Table, Report, Project, Credential, or JSONValue |
objectId |
integer, The ID of the output. |
name |
string, The name of the output. |
link |
string, The hypermedia link to the output. |
value |
string, |