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

    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 getArtifacts(args: GetArtifactsArgs, opts?: InvokeOptions): Promise<GetArtifactsResult>
    function getArtifactsOutput(args: GetArtifactsOutputArgs, opts?: InvokeOptions): Output<GetArtifactsResult>
    def get_artifacts(limit: Optional[int] = None,
                      opts: Optional[InvokeOptions] = None) -> GetArtifactsResult
    def get_artifacts_output(limit: pulumi.Input[Optional[int]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetArtifactsResult]
    func GetArtifacts(ctx *Context, args *GetArtifactsArgs, opts ...InvokeOption) (*GetArtifactsResult, error)
    func GetArtifactsOutput(ctx *Context, args *GetArtifactsOutputArgs, opts ...InvokeOption) GetArtifactsResultOutput

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

    public static class GetArtifacts 
    {
        public static Task<GetArtifactsResult> InvokeAsync(GetArtifactsArgs args, InvokeOptions? opts = null)
        public static Output<GetArtifactsResult> Invoke(GetArtifactsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetArtifactsResult> getArtifacts(GetArtifactsArgs args, InvokeOptions options)
    public static Output<GetArtifactsResult> getArtifacts(GetArtifactsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:billing/getArtifacts:getArtifacts
      arguments:
        # arguments dictionary
    data "thoth_billing_get_artifacts" "name" {
        # arguments
    }

    The following arguments are supported:

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

    getArtifacts Result

    The following output properties are available:

    ArtifactsJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    TotalCount int
    Limit int
    ArtifactsJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    TotalCount int
    Limit int
    artifacts_json string
    id string
    The provider-assigned unique ID for this managed resource.
    response_json string
    total_count number
    limit number
    artifactsJson String
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    totalCount Integer
    limit Integer
    artifactsJson string
    id string
    The provider-assigned unique ID for this managed resource.
    responseJson string
    totalCount number
    limit number
    artifacts_json str
    id str
    The provider-assigned unique ID for this managed resource.
    response_json str
    total_count int
    limit int
    artifactsJson String
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    totalCount Number
    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