#kavin-events-list
1 messages · Page 1 of 1 (latest)
Not sure what you mean. If you list Events, the individual event objects in the data hash will have a created property
looks like the API endpoint to list checkout sessions has a "created" parameter - https://docs.stripe.com/api/checkout/sessions/list
i just used a created parameter when calling the Event.list endpoint like this: stripe.Event.list(created={"gt": unix_timestamp})
it seems to work fine
but i just wanted to check if it's something i can rely on or if it might be going away since it's not documented
Ah, I see. Thanks for clarifying
I think so. I'm trying to find why we removed this from our docs
cool thanks!
Okay, so since this is not currently in our API reference, I don't recommend relying on it
I recommend listing all events and filtering on your end instead
aw man
are they guaranteed to be in chronological order?
or just random?
also how do i put in a request to make this parameter official? 🙂
I can share that feedback on your behalf!
As for order, I believe these should be in chronological order
thx, appreciate it
(also would you guys mind updating the docs to reflect the chronological order thing - it doesn't seem to specify this currently)
I'll flag this, too! Looks like we explicitly mention this for other list endpoints but not Events
kavin-events-list