No events returned from api workflow query

Just trying this out. I have a few events I can inspect in my workflow but when I query for the events:

https://api.pipedream.com/v1/workflows/xxxx/event_summaries

it returns nothing:
{“page_info”:{“start_cursor”:null,“total_count”:0,“end_cursor”:null,“count”:0,“excluded_count”:0},“data”:[]}

This is a new account so there isn’t any write ids or such. Thoughts?

Hi @jonbremont

That API endpoint is actually used to retrieve the events of a source not a workflow.

If you create an HTTP source first, then attach it to your workflow, then you’ll be able to use that endpoint has an historical tracker on events.

But at this time, there is not a REST API endpoint for workflow events.