---
title: "List Statement Job"
method: GET
path: "/organizations/{orgId}/statementjobs"
tags: ["StatementJob"]
---

# List Statement Job

`GET /organizations/{orgId}/statementjobs`

Retrieve a list of StatementJobs.

Retrieves a list of all StatementJobs for a specific Organization. You can filter the results based on:
* StatementJob status.
* Whether StatementJob is neither completed nor cancelled but remains active.
* The ID of the Bill the StatementJob is associated with.

You can also paginate the results for easier management.

**WARNING!**
* You can use only one of the valid Query parameters: `active`, `status`, or `billId` in any call. If you use more than one of these Query parameters in the same call, then a 400 Bad Request is returned with an error message.

## Path parameters

- `orgId` string, required

## Query parameters

- `pageSize` integer
- `nextToken` string
- `active` string
- `status` string
- `billId` string

## Response `200`

Returns list of StatementJobs

- PaginatedStatementJobResponseData
  - `data` StatementJobResponse[]
    - `id` string, required — The UUID of the entity.
    - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
    - `statementJobStatus` 'PENDING' | 'RUNNING' | 'COMPLETE' | 'CANCELLED' | 'FAILED' — The current status of the StatementJob. The status helps track the progress and outcome of a StatementJob.
    - `billId` string — The unique identifier (UUID) of the bill associated with the StatementJob.
    - `orgId` string — The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
    - `includeCsvFormat` boolean — A Boolean value indicating whether the generated statement includes a CSV format. * TRUE - includes the statement in CSV format. * FALSE - no CSV format statement.
    - `presignedJsonStatementUrl` string — The URL to access the generated statement in JSON format. This URL is temporary and has a limited lifetime.
    - `jsonStatementStatus` 'LATEST' | 'STALE' | 'INVALIDATED'
    - `presignedCsvStatementUrl` string
    - `csvStatementStatus` 'LATEST' | 'STALE' | 'INVALIDATED'
    - `dtCreated` string, date-time — The date and time *(in ISO-8601 format)* when the StatementJob was created.
    - `dtLastModified` string, date-time — The date and time *(in ISO-8601 format)* when the StatementJob was last modified.
    - `createdBy` string — The unique identifier (UUID) of the user who created this StatementJob.
    - `lastModifiedBy` string — The unique identifier (UUID) of the user who last modified this StatementJob.
  - `nextToken` string

## Other responses

- `4XX` — Error message
- `5XX` — Error message

## Changes

- **2025-12-03** `ac93d1a9e6d9` — 1 breaking, 3 info
  - the `data/items/allOf[subschema #2]/presignedJsonStatementUrl` response's property type/format changed from `string`/`url` to `string`/`` for status `200`
  - added the optional property `data/items/allOf[subschema #2]/csvStatementStatus` to the response with the `200` status
  - added the optional property `data/items/allOf[subschema #2]/jsonStatementStatus` to the response with the `200` status
  - added the optional property `data/items/allOf[subschema #2]/presignedCsvStatementUrl` to the response with the `200` status
- **2025-08-01** `9f9e5f3dbde7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/m3ter-com/apis/m3ter-api/changes/organizations/:orgId/statementjobs/get.md)

---

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