#annonymousdevelopr-event-timestamps
1 messages · Page 1 of 1 (latest)
- This is accurate - we only support a subset of events through the CLI
- Do you have a specific event ID that you can share where you're seeing those values?
Yeah, I thought ending_balance_reconciliation.summary.1 is the event ID?
No, that's the ID of the report type object, not the ID of the event (we'd expect it to be somethign like evt_123)
Oh ok. Maybe, I will need a minute to see if I can find that
Hi 👋
I'm stepping in as my colleague needs to go. The "event" you are referring to is actually a report type. I think you would be looking for the reporting.report_run.succeeded event.
Here's an example event ID evt_1OkIGhGuzTr2QwdMOON6B2gQ
Thanks! Taking a look
Yeah actually the event I am interested in is called reporting.report_type.updated
I see valid timestamps in the data_available_start and data_available_end properties in this event.
Interesting, ok, may be a parsing problem or something. Good to know
Can I see the raw event myself in the dashboard?
Sure! This is the link for your dashboard: https://dashboard.stripe.com/events/evt_1OkIGhGuzTr2QwdMOON6B2gQ
Cool. Thank you.
Depending on the language you are using, you may need to cast the values to a Timestamp
annonymousdevelopr-event-timestamps