Get an experiment's change logs.Ask AIget https://{targetURL}/api/v1/experiments/{experimentID}/logsPath ParamsexperimentIDint32requiredQuery Params$expandstringExpand an ID field to an object$sortstringSort by a specific field$pagestringSet the current page (0 based)$recordsstringSet the number of records to return (1000 maximum)$viewIDstringSpecify a viewID to customize the result$viewColumnsstringSpecify viewColumns to extend the resultuserIDstringFilter on user IDlogDateBeforestringFilters experiment logs on their logDate date (YYYY-MM-DDThh:mm:ss), you will only receive experiment logs created before the given datelogDateAfterstringFilters experiment logs on their logDate date (YYYY-MM-DDThh:mm:ss), you will only receive experiment logs created after the given dateassociatedForeignIDstringFilter on associated foreign ID. This can be an experiment, project, study, section or user ID (user ID is the added collaborator)associatedScopestringFilter logs on associated scope. Available scopes are: 'NONE', 'USER', 'PROCEDURE', 'EXPERIMENT', 'STUDY', 'PROJECT', 'SAMPLE', 'PAGESECTION'HeadersX-Requested-WithstringDefaults to SwaggeracceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponse 200OKUpdated 6 months ago