# Get a list of available adhoc bill runs Endpoint: GET /adhoc-bill-runs Version: 1.9 Security: bearerAuth ## Query parameters: - `page` (integer, required) Page of results to show Example: 1 - `pageSize` (integer, required) Results to return per page Example: 100 - `sort` (string) Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change Example: "id,name | name:desc" - `fields` (string) Comma-delimited list of the field(s) to return if only a subset is required Example: "id,name" - `billRunStatus` (string) Filter by adhoc bill run status Enum: "OPEN", "CLOSED", "FINALIZED" ## Response 200 fields (application/json): - `id` (integer) Adhoc bill run identifier Example: 1 - `name` (string, required) Adhoc bill run name - `nickname` (string) Adhoc bill run nickname - `created` (string) Creation date - `invoiceDate` (string, required) Date to be shown on the invoices - `billRunStatus` (string) Bill run status Enum: "OPEN", "CLOSED", "FINALIZED" - `summaryStatus` (string) Bill run summary status Enum: "PROPERTIES", "STARTING", "REPORTING", "DRAFT_INVOICES", "FULL_INVOICES", "DISTRIBUTION", "COMBINING_INVOICES", "PAYMENT", "REACTIVATING_RPIS", "ARCHIVING", "FINISHED" - `summaryStatusPercentage` (integer) Summary status completion percentage Example: 100 - `billingUserAdminId` (integer) Bill user who closed the adhoc bill run Example: 1 - `revenueInMajorCurrency` (integer, required) Revenue in this bill run now Example: 1 - `adhocProductInventoryIds` (array) Adhoc product inventory identifiers associated to the adhoc bill run Example: [1] - `rentalProductInventoryIds` (array) Rental product inventory identifiers associated to the adhoc bill run Example: [1] ## Response 400 fields ## Response 401 fields ## Response 403 fields