Retrieve one page of run metadata. Use next_page_token to retrieve additional
array elements for large runs.
Arguments
- run_id
The canonical identifier of the run.
- page_token
Token from a previous response, or
NULLfor the first page.- host
Databricks workspace URL, defaults to calling
db_host().- token
Databricks workspace token, defaults to calling
db_token().- perform_request
If
TRUE(default) the request is performed, ifFALSEthe httr2 request is returned without being performed.
Value
If perform_request = TRUE, returns the full API response for one
page of run details, including next_page_token when present. If FALSE,
returns an httr2_request.
