---
title: "List DVP RVP Reports"
method: GET
path: "/accounts/{accountID}/reports/daily-trade-summary"
tags: ["Settlements"]
---

# List DVP RVP Reports

`GET /accounts/{accountID}/reports/daily-trade-summary`

Lists DVP RVP reports.

## Path parameters

- `accountID` string, required — The user's unique account identifier.

## Query parameters

- `status` 'Processing' | 'Successful'
- `from` string, date, required — A filter, the start date.
- `to` string, date, required — A filter, the end date.

## Response `200`

Fetching DVP/RVP List was Successful.

- DVPRVP[]
  - `id` string — The DVP/RVP report identifier.
  - `tradeDate` string, date — The date for which the DVP/RVP was run for.
  - `status` 'PROCESSING' | 'SUCCESSFUL' — The status of the generated report.
  - `note` string — A way to store a message/comment on the this object.
  - `partnerID` string — The partner's unique identifier.
  - `created` string
  - `updated` string
  - `updatedBy` 'SYSTEM REPORT SERVICE' | 'INSTANT FUNDING BREAKDOWN JOB'
  - `source` 'MANUAL' | 'SYSTEM' — The method type in which the report was generated.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
