1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. billing
  6. getInvoices
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
thoth logo
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security

    Using getInvoices

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getInvoices(args: GetInvoicesArgs, opts?: InvokeOptions): Promise<GetInvoicesResult>
    function getInvoicesOutput(args: GetInvoicesOutputArgs, opts?: InvokeOptions): Output<GetInvoicesResult>
    def get_invoices(limit: Optional[int] = None,
                     opts: Optional[InvokeOptions] = None) -> GetInvoicesResult
    def get_invoices_output(limit: pulumi.Input[Optional[int]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetInvoicesResult]
    func GetInvoices(ctx *Context, args *GetInvoicesArgs, opts ...InvokeOption) (*GetInvoicesResult, error)
    func GetInvoicesOutput(ctx *Context, args *GetInvoicesOutputArgs, opts ...InvokeOption) GetInvoicesResultOutput

    > Note: This function is named GetInvoices in the Go SDK.

    public static class GetInvoices 
    {
        public static Task<GetInvoicesResult> InvokeAsync(GetInvoicesArgs args, InvokeOptions? opts = null)
        public static Output<GetInvoicesResult> Invoke(GetInvoicesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInvoicesResult> getInvoices(GetInvoicesArgs args, InvokeOptions options)
    public static Output<GetInvoicesResult> getInvoices(GetInvoicesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:billing/getInvoices:getInvoices
      arguments:
        # arguments dictionary
    data "thoth_billing_get_invoices" "name" {
        # arguments
    }

    The following arguments are supported:

    Limit int
    Limit int
    limit number
    limit Integer
    limit number
    limit int
    limit Number

    getInvoices Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    InvoicesJson string
    ResponseJson string
    Total int
    TotalsJson string
    Limit int
    Id string
    The provider-assigned unique ID for this managed resource.
    InvoicesJson string
    ResponseJson string
    Total int
    TotalsJson string
    Limit int
    id string
    The provider-assigned unique ID for this managed resource.
    invoices_json string
    response_json string
    total number
    totals_json string
    limit number
    id String
    The provider-assigned unique ID for this managed resource.
    invoicesJson String
    responseJson String
    total Integer
    totalsJson String
    limit Integer
    id string
    The provider-assigned unique ID for this managed resource.
    invoicesJson string
    responseJson string
    total number
    totalsJson string
    limit number
    id str
    The provider-assigned unique ID for this managed resource.
    invoices_json str
    response_json str
    total int
    totals_json str
    limit int
    id String
    The provider-assigned unique ID for this managed resource.
    invoicesJson String
    responseJson String
    total Number
    totalsJson String
    limit Number

    Package Details

    Repository
    thoth atensecurity/pulumi-thoth
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the thoth Terraform Provider.
    thoth logo
    Viewing docs for Thoth v0.1.15
    published on Thursday, Jul 23, 2026 by Aten Security

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial