sendgrid/sendgrid-python

Email Activity API

Opened this issue · 0 comments

I am trying to filter the Email Activity API and download a CSV of the results. No matter what filter I put on there the CSV is not being sent filtered.

This is the endpoint I am referencing: /v3/messages/download. The documentation says it supports a query string, but it isn't working.

I verified the query by using the /v3/messages so I know it is encoded correctly. Is anyone else having this issue?