List
Lists billing ledger periods the caller’s org owns or is a payment counterparty on. | authz_personas=[billing_ledger_period_org_operators] | () -> (BillingLedgerPeriodListRes)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
sort_by
Field to sort by.
Allowed values:
sort_order
Sort order (asc or desc).
Allowed values:
page
page_size
filter_billing_ledger_id
Filter by parent billing ledger id.
filter_owned_by_org_id
Filter by owner org id.
filter_status
Filter by status(es). Multi-select.
Allowed values:
filter_statement_id
Filter to periods rolled into this statement.
filter_attached_to_statement
Filter by whether the period is bundled into a statement (statement_id is not None if true, is None if false). Used by the statement-bundling worklist to find unbundled periods.
filter_period_end_at_timestamp_before
Filter to periods whose period_end_at_timestamp is strictly before this instant. Combined with filter_status=open this yields the ‘needs cycling’ worklist.
filter_period_end_at_timestamp_after
Filter to periods whose period_end_at_timestamp is strictly after this instant.
Response
Successful Response
items
total_count
Errors
422
Billing Ledger Periods List V1request Unprocessable Entity Error

