Retrieve a list of the integration runs for the specified entity.
You can filter the list using the startDate and endDate query parameters to specify date/times to define the time period you want to return integration runs for.
m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.
The authorizationCode flow controls access for human users via the m3ter Console application.
The unique identifier (UUID) for your Organization. The Organization represents your company as a direct customer of our service.
The UUID of the entity to retrieve the integration runs for.
The type of the entity you want to retrieve the integration runs for. Two options:
Retrieve only those integration runs started after the specified date/time.(ISO 8601 formatted)
Retrieve only those integration runs started before or on the specified date/time.(ISO 8601 formatted)
Number of integration runs to retrieve per page.
1 <= x <= 200nextToken for multi page retrievals.
Status of the integration run
WAITING, STARTED, COMPLETE, ERROR, AWAITING_RETRY, AUTH_FAILED, ACCOUNTING_PERIOD_CLOSED, INVOICE_ALREADY_PAID, DISABLED, TIMEOUT_LIMIT_EXCEEDED, RATE_LIMIT_RETRY Integration runs order
ASC, DESC