#markpro-reports
1 messages · Page 1 of 1 (latest)
I don't know if there's a direct correlation between the exact endpoints needed since these reports are generated behind the scenes for us
Are you just trying to recreate these reports on your end?
The report I am looking at on your website is called "Activity summary" and has the following desc: Provides a breakdown by reporting category for your activity, including all transactions except for payouts. Itemized downloads include attribution dates, related charge IDs, customer IDs, etc.
I been using the "download" button to download stuff from there, but was hoping to ingest the data required to rebuild the report, but it seems its from multiple api end points
Oh! is this related? https://stripe.com/docs/reports/activity#schema-activity-itemized-2
Yes that's somewhat related - basically you can use our API to generate and access the reports you need (see https://stripe.com/docs/reports/api) . What you linked to is one kind of report, but I'd recommend looking through all the types listed (https://stripe.com/docs/reports/report-types) to see which one first what you need
yes, its the activity itemized. So in python its
x```
but i am confused why i cant tell it which columns
You'd specify the columns when you create the report, not when you retrieve it (see https://stripe.com/docs/reports/api#report-runs)
ah, ok
@exotic otter i was able to create a report and use the retrieve to get the report .. but staus:pending
Hi 👋 @exotic otter had to step away so I'm taking over. What does status:pending mean in this case?