---
title: "Download executions CSV"
method: POST
path: "/v1/report/executions/csv"
tags: ["Report"]
---

# Download executions CSV

`POST /v1/report/executions/csv`

Downloads executions as a CSV file stream

## Request body

- DownloadExecutionsRequest
  - `startTime` string, date-time
  - `endTime` string, date-time
  - `accounts` string[]

## Response `200`

A successful response.(streaming responses)

- object
  - `result` DownloadExecutionsResponse
    - `filechunk` string

---

[API](https://skmtc.dev/polymarket/apis/portfolio-api.md) · [All operations](https://skmtc.dev/polymarket/apis/portfolio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/polymarket/portfolio-api/revisions/150874842db1/schema)
