interface GetTasksIDRunsIDRequest {
    runID: string;
    taskID: string;
}

Properties

Properties

runID: string

The ID of the run to retrieve.

taskID: string

The ID of the task to retrieve runs for.

MMNEPVFCICPMFPCPTTAAATR