Introduction
Returns an array of ApiDatabaseTransaction objects for any database-level plans (eg. Data Connector, Data Science Package) for the given period and filters. Supports offset pagination when called via the v3 endpoint.
Parameters

apiKey

The active API Key.

databases

Optional list of database names to filter by (case-insensitive match). If omitted or empty, all databases for the account are returned.

forAccount

Account to retrieve billing records for.

monthFilter

The month number for the billing period (1 = January, 12 = December)

sessionId

The active session ID.

yearFilter

The 4-digit year for the billing period
Return value
Array of ApiDatabaseTransaction objects for the given period and filters
Code samples

Loading API Runner...