Retrieve historical data from a Scenario

Dear folks,
Does anyboby know if there is any way of retrieving the data processed by a scenario for each operation in history for a period of time? I tried Webhook, scenario and module logs whit no sucess.


1 Like

Welcome to the Make community!

To do this, you can use the JSON “Parse JSON” module with the “Body” variable.

For more information, see https://www.make.com/en/integrations/json, and https://www.make.com/en/help/app/json in the help centre.

Alternatively, you can use the Text parser “Match pattern” module —

Finds string elements matching a fixed pattern (regular expression).

For more information, see https://www.make.com/en/integrations/regexp, and https://www.make.com/en/help/app/regexp in the help centre.

Hope this helps! Let me know if there are any further questions or issues.

— @samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Maybe I didn’t properly explained what I am trying to acheive. I need to recover datta from operations run in the past, not retreive the “body” while the scenario is running, what, of course, the “Parse JSON” or “Mach Pattern” modules will do. I know that webhooks data can be retrieved for the last 30 days for the Enterprise Plan, but this still far from my reality at the moment.

Welcome to the Make community!

Unfortunately, Make doesn’t have a Make module for this particular endpoint yet (List module logs).

The endpoint can be found here: Scenarios > Logs | Make Developer Hub

GET https://eu1.make.com/api/v2/scenarios/{scenarioId}/modules/{moduleId}/logs

If the service has a Developer API Reference/Documentation then you should be able to integrate the endpoints in Make using the app’s universal module (Make an API Call) or generic HTTP “Make a request” module.

You can also suggest for it to be made in the Idea exchange. Don’t forget to search for it first, just in case someone already suggested it, so that you don’t end up creating a duplicate.

If you need assistance in setting up the app’s universal module, or the built-in generic HTTP modules, please provide additional information about what you have tried in relation to the external service’s Developer API Reference — how you are setting the connection up, a link to the endpoint are you trying to connect to, and what errors you are encountering.

You can also complete this brand new course/tutorial in the Make Academy on how to use external APIs — API calls with HTTP modules

  • API and Endpoints
  • Header and body
  • Multipart/form-data
  • OAuth 2.0

Hope this helps! Let me know if there are any further questions or issues.

— @samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.