List Statement Job
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
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
Query parameters
Specifies the maximum number of StatementJobs to retrieve per page.
The nextToken for multi-page retrievals. It is used to fetch the next page of StatementJobs in a paginated list.
Boolean filter on whether to only retrieve active (i.e. not completed/cancelled) StatementJobs.
- TRUE - only active StatementJobs retrieved.
- FALSE - all StatementJobs retrieved.
Filter using the StatementJobs status. Possible values:
- PENDING
- RUNNING
- COMPLETE
- CANCELLED
- FAILED
Filter Statement Jobs by billId
Response
Returns list of StatementJobs
Changes
Changed in 2 of the 10 revisions of this API.14
- ▲
the
data/items/allOf[subschema #2]/presignedJsonStatementUrlresponse's property type/format changed fromstring/urltostring/for status200response-property-type-changed
- ○
added the optional property
data/items/allOf[subschema #2]/csvStatementStatusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/allOf[subschema #2]/jsonStatementStatusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/allOf[subschema #2]/presignedCsvStatementUrlto the response with the200statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○