#dalore_api

1 messages ¡ Page 1 of 1 (latest)

glossy orioleBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1441362491723612233

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

hardy kiln
#

No there isn't a way to export API calls from your Stripe Dashboard

#

You probably need to add a monitoring in your integration and track/store all Stripe API calls in your database

#

So that you can fetch/analyze them later

glossy orioleBOT
thick drum
#

found a solution, used workbench and saw the internal api call to get the next page and built a quick python script to export them:
Fetching logs after 1760697043314-req_yFCWub9MTNA9Tc...
Page 71: Fetched 20 logs
Oldest log in this batch: 2025-10-17 00:12:00.518000
Added 20 logs (total: 1420)
Fetching logs after 1760652720518-req_3NF7xrHIxMmbYQ...
Page 72: Fetched 20 logs
Oldest log in this batch: 2025-10-16 19:20:22.069000
Added 20 logs (total: 1440)
Fetching logs after 1760635222069-req_mfZwh5zIAPeiYf...
Page 73: Fetched 20 logs
Oldest log in this batch: 2025-10-16 12:29:17.196000
Added 20 logs (total: 1460)
Fetching logs after 1760610557196-req_hliRJg1V8t9tWP...
Page 74: Fetched 20 logs
Oldest log in this batch: 2025-10-15 21:48:44.637000
Added 20 logs (total: 1480)
Fetching logs after 1760557724637-req_sZTSFuFuPD9DKO...
Page 75: Fetched 20 logs
Oldest log in this batch: 2025-10-15 16:46:16.323000
Added 20 logs (total: 1500)
Fetching logs after 1760539576323-req_dWAgki6L4M3ihW...
Page 76: Fetched 20 logs
Oldest log in this batch: 2025-10-15 12:29:05.022000
Added 20 logs (total: 1520)

#

thanks, can close this thread now