Get the logs for a run
enhancements_list_table_deduplication_runs_logs(id, run_id,
last_id = NULL, limit = NULL)
integer required. The ID of the table_deduplication.
integer required. The ID of the run.
integer optional. The ID of the last log message received. Log entries with this ID value or lower will be omitted.Logs are sorted by ID if this value is provided, and are otherwise sorted by createdAt.
integer optional. The maximum number of log messages to return. Default of 10000.
An array containing the following fields:
integer, The ID of the log.
string, The time the log was created.
string, The log message.
string, The level of the log. One of unknown,fatal,error,warn,info,debug.