View source: R/generated_client.R
| scripts_list_dbt_runs_outputs | R Documentation | 
List the outputs for a run
scripts_list_dbt_runs_outputs(
  id,
  run_id,
  limit = NULL,
  page_num = NULL,
  order = NULL,
  order_dir = NULL
)
| id | integer required. The ID of the dbt 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. | 
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, | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.