Exports Executions

Hello everybody, I need a help about How I exports executions of determined workflow.

I need all responses of my create post.
Someone already did that it?

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Welcome to the community @Kiyoshi_Takahama!

You can use the n8n node. It allows you to access the past executions of a specific workflow via the n8n API.

1 Like

Thank you @jan, this return resolve my problem

Gratefull for attention

Glad to hear that it was helpful. Have fun!