What is the API Endpoint URL for Retrieving Project Workflow Events?

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

what will be the API endpoint URL for getting project workflow events?

To get the project workflow events via the Pipedream API, you would use the following endpoint: bash GET /workflows/{workflow_id}/events This endpoint retrieves the events for a specific workflow identified by {workflow_id}. For more detailed information, you can refer to the Pipedream REST API documentation. If you have any other questions or need further assistance, please let me know!

i have tried it but I keep getting this error

{“error”:“route not found”}