#markpro-reports

1 messages · Page 1 of 1 (latest)

exotic otter
#

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?

pallid lake
#

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

exotic otter
pallid lake
#

yes, its the activity itemized. So in python its

x```
#

but i am confused why i cant tell it which columns

exotic otter
pallid lake
#

ah, ok

pallid lake
#

@exotic otter i was able to create a report and use the retrieve to get the report .. but staus:pending

distant portal
#

Hi 👋 @exotic otter had to step away so I'm taking over. What does status:pending mean in this case?

pallid lake
#
  "result": null,
  "status": "pending",
  "succeeded_at": null
#

for stripe.reporting.ReportRun.retrieve("frr_[...]")

#

I assume I just have to wait at this point?