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

Properties

Properties

runID: string

The ID of the run to get logs for.

taskID: string

The ID of the task to get logs for.

MMNEPVFCICPMFPCPTTAAATR