How to access home_panel_summary from the API?

API questions, 1) is it possible to get the monthly home_panel_summary from the API (it seems to only be the weekly) and 2) since both the weekly and monthly home panel are over 500 records, is pagination available? Pagination examples from other endpoints don’t seem to work with the supplemental_patterns: home_panel_summary. Thanks, the API is a nice way to query just the data I need :slightly_smiling_face:


This topic was automatically generated from Slack. You can find the original thread here.

Looping in @vchen !

hi scott, the api doesnt support supplemental_patterns anymore. you can pull that data from shop still.

we also do have normalized fields, so if you are just normalizing the data it might help https://docs.safegraph.com/reference/patterns-1#normalized-columns

Thanks Niki and Victor!