Retrieve a run by thread and run object by ID
Usage
run_retrieve_by_id(run_id, thread_id)
Arguments
- run_id
The run id to retrieve
- thread_id
The thread id to retrieve the run from
Value
The updated run object
Examples
if (FALSE) {
run_retrieve_by_id("run_abc123", "thread_abc123")
}