---
title: "List e-reporting requests"
method: GET
path: "/v1/e-compliance/e-reporting/requests"
tags: ["E-Reporting"]
---

# List e-reporting requests

`GET /v1/e-compliance/e-reporting/requests`

Lists e-reporting requests, optionally filtered by source object and status.

## Query parameters

- `sourceObjectId` string
- `sourceObjectType` 'INVOICE' | 'CREDIT_MEMO' | 'DEBIT_MEMO' | 'PAYMENT' | 'REFUND' | 'CREDIT_MEMO_APPLICATION' — Type of source object for e-compliance operations (trigger or reconcile).
- `status` string
- `page` integer
- `pageSize` integer

## Headers

- `Accept-Encoding` string
- `Authorization` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Version` string
- `Zuora-Org-Ids` string

## Response `200`

OK

- GetEReportingRequestsResponse
  - `processId` string — The ID of the process that handles the operation.
  - `reasons` object[] — The container of the error code and message. This field is available only if the `success` field is `false`.
    - `code` string — The error code of response.
    - `message` string — The detail information of the error response
  - `requestId` string, uuid — Unique identifier of the request.
  - `success` boolean — Indicates whether the call succeeded.
  - `requests` unknown[] — List of E-Reporting requests matching the query criteria.
    - unknown
  - `page` integer — Current page number (1-based).
  - `pageSize` integer — Number of results per page.
  - `total` integer — Total number of matching records across all pages.

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

---

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