1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. billing
  6. getReports
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 getReports

    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 getReports(opts?: InvokeOptions): Promise<GetReportsResult>
    function getReportsOutput(opts?: InvokeOptions): Output<GetReportsResult>
    def get_reports(opts: Optional[InvokeOptions] = None) -> GetReportsResult
    def get_reports_output(opts: Optional[InvokeOptions] = None) -> Output[GetReportsResult]
    func GetReports(ctx *Context, opts ...InvokeOption) (*GetReportsResult, error)
    func GetReportsOutput(ctx *Context, opts ...InvokeOption) GetReportsResultOutput

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

    public static class GetReports 
    {
        public static Task<GetReportsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetReportsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetReportsResult> getReports(InvokeOptions options)
    public static Output<GetReportsResult> getReports(InvokeOptions options)
    
    fn::invoke:
      function: thoth:billing/getReports:getReports
      arguments:
        # arguments dictionary
    data "thoth_billing_get_reports" "name" {
        # arguments
    }

    getReports Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    ReportsJson string
    ResponseJson string
    Total int
    Id string
    The provider-assigned unique ID for this managed resource.
    ReportsJson string
    ResponseJson string
    Total int
    id string
    The provider-assigned unique ID for this managed resource.
    reports_json string
    response_json string
    total number
    id String
    The provider-assigned unique ID for this managed resource.
    reportsJson String
    responseJson String
    total Integer
    id string
    The provider-assigned unique ID for this managed resource.
    reportsJson string
    responseJson string
    total number
    id str
    The provider-assigned unique ID for this managed resource.
    reports_json str
    response_json str
    total int
    id String
    The provider-assigned unique ID for this managed resource.
    reportsJson String
    responseJson String
    total 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