---
title: "List all custom reports"
method: GET
path: "/v2/vendor_report_configuration/list"
tags: ["Stats"]
---

# List all custom reports

`GET /v2/vendor_report_configuration/list`

Custom reports are reports that vendors can save and edit in-app. Via the `Performance` tab, vendors can create custom reports and save them for later use.
This endpoint will return a list of all custom reports that have been saved by the vendor, but not the data from the reports, to view the data from the reports please use the POST - Export endpoint

## Response `200`

Custom reports are reports that vendors can save and edit in-app. Via the `Performance` tab, vendors can create custom reports and save them for later use.
This endpoint will return a list of all custom reports that have been saved by the vendor, but not the data from the reports, to view the data from the reports please use the POST - Export endpoint

- object
  - `data` object, required
    - `items` object[]
      - `company_key` string, nullable
      - `created_at` integer
      - `creator_name` string, nullable
      - `default` boolean, nullable
      - `key` string
      - `pinned_priority` integer, nullable
      - `report_config` object
      - `report_name` string
      - `report_type` string
      - `scheduled_export_key` string, nullable
      - `updated_at` integer
      - `updater_name` string, nullable
  - `message` string, required
  - `status` integer, required

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Forbidden Error
- `404` — Not Found Error
- `500` — Internal Server Error

---

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