How to View Execution Logs or Output from Actions in Pipedream?

This topic was automatically generated from Slack. You can find the original thread here.

Hi Pipedream Team,
I’ve integrated Pipedream into my project and I’m successfully triggering actions using the following API:

POST https://api.pipedream.com/v1/connect/{{project-id}}/actions/run

However, I’m not sure how to view the logs for these actions—similar to how logs are available for workflows in the UI. Is there a way to access execution logs or any output from these actions?
(For context, I’m currently in dev mode and on the free plan, in case that affects visibility.)
Thanks for your help!

Do you mean an event history?

The logs from the action run are returned in the response

Yes, asking about the action execution logs.

yup, getting logs in os But can I see them in the pipedream or do I have to save them in my database?

I think you’ll have to save them, not sure if you can retrieve them later but I don’t think so

Yea not yet viewable in a UI – on the roadmap!