sendgrid-python
sendgrid-python copied to clipboard
Email Activity API
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?
Can you give an example of how you are using this API?