1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. PackageUsageResponse

PackageUsageResponse

    PackageUsageResponse contains information about which stacks use a specific package.

    Properties

    • packageName string optional
      The package name that was queried.
    • totalStacks integer optional
      The total number of stacks using this package.
    • stacks array[StackUsage] optional
      The list of stacks using this package.
    • stackName string optional
      The name of the stack.
    • stackId string optional
      The unique identifier of the stack.
    • projectName string optional
      The name of the project containing this stack.
    • version string optional
      The parsed semantic version of the package used, if available.
    • providerUrn string optional
      The full provider URN for this stack.
    • lastUpdate StackUpdate optional
      Information about the most recent stack update, if available.
    • continuationToken string optional
      Token for fetching the next page of results. Null if there are no more results.