ImageGenerationListBillingHistoryResponse
Whether the request succeeded.
Human-readable description of the result.
billing_history_image_generation object
Image-generation workload billing records for the requested period.
billing_history object[]
Image-generation billing entries for the requested period.
attributes object
Additional resource attributes.
Internal numeric identifier used by Hyperstack for cross-system references.
Name of the resource the entry refers to.
Current lifecycle state of the resource.
Identifier of the base model used.
Human-readable name of the base model.
Identifier of the LoRA adapter applied to the base model.
Resource utilisation metrics.
Identifier of the organization that owns the resource.
Total number of items across all pages of this result set.
pagination object
Pagination metadata: current page, page size, and total count.
1-indexed page number of the current result set.
Number of results per page.
Total number of pages available.
{
"success": true,
"message": "string",
"billing_history_image_generation": {
"billing_history": [
{
"attributes": {
"infrahub_id": 0,
"resource_name": "string",
"status": "string",
"base_model": "string",
"base_model_display_name": "string",
"lora_adapter": "string"
},
"metrics": {}
}
],
"org_id": 0,
"total_count": 0,
"pagination": {
"page": 0,
"per_page": 0,
"pages": 0
}
}
}