Get batch job history log from D365 FO to Power Automate
It requires a data entity in F&O providing such data. If it already exists, it doesn't require any development, otherwise you need to create a new entity or extend an existing one (if there is an entity but it doesn't have all the fields, for example).
There is an entity for batch job history (BatchJobHistoryEntity), but it's not public, therefore it can't be used via OData (which includes Dataverse virtual entities). Also, it doesn't contain information about infolog messages. Therefore development seems to be necessary.