Skip to main content

WorkloadBillingHistoryResponse

successboolean
messagestring

Human-readable description of the result.

Example: No fine-tuning data found for 2026-05-01T00:00:00 - 2026-05-07T15:34:02
billing_history_fine_tuning object
org_idinteger

Identifier of the organization that owns the resource.

total_countinteger

Total number of items across all pages of this result set.

pagination object

Pagination metadata: current page, page size, and total count.

pageinteger

1-indexed page number of the current result set.

per_pageinteger

Number of results per page.

pagesinteger
billing_history object[]

Billing history entries for the resource.

  • Array [
  • attributes object

    Additional resource attributes.

    infrahub_idinteger

    Internal numeric identifier used by Hyperstack for cross-system references.

    resource_namestring

    Name of the resource the entry refers to.

    statusstring

    Current lifecycle state of the resource.

    base_modelstring
    base_model_display_namestring
    lora_adapterstring
    metricsobject

    Resource utilisation metrics.

  • ]
  • WorkloadBillingHistoryResponse
    {
    "success": true,
    "message": "No fine-tuning data found for 2026-05-01T00:00:00 - 2026-05-07T15:34:02 ",
    "billing_history_fine_tuning": {
    "org_id": 0,
    "total_count": 0,
    "pagination": {
    "page": 0,
    "per_page": 0,
    "pages": 0
    },
    "billing_history": [
    {
    "attributes": {
    "infrahub_id": 0,
    "resource_name": "string",
    "status": "string",
    "base_model": "string",
    "base_model_display_name": "string",
    "lora_adapter": "string"
    },
    "metrics": {}
    }
    ]
    }
    }