List the outputs for a run
jobs_list_runs_outputs( id, run_id, limit = NULL, page_num = NULL, order = NULL, order_dir = NULL )
id | integer required. The ID of the job. |
---|---|
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. |
An array containing the following fields:
string, The type of the output. Valid values are File, Table, Report, Project, Credential, or JSONValue
integer, The ID of the output.
string, The name of the output.
string, The hypermedia link to the output.
string,