ImageGenerationBillingHistoryDetailsResponseSchema
Whether the request succeeded.
Human-readable description of the result.
billing_history_image_generation_details object
Detailed image-generation billing records for the requested period.
Identifier of the organization that owns the resource.
billing_history object[]
Billing history entries for the resource.
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.
Total number of items across all pages of this result set.
Time bucket size, in seconds, for the data points returned. Present on the hourly-cost (graph) response; 86400 = daily buckets.
{
"status": true,
"message": "string",
"billing_history_image_generation_details": {
"org_id": 0,
"billing_history": [
{
"attributes": {
"infrahub_id": 0,
"resource_name": "string",
"status": "string",
"base_model": "string",
"base_model_display_name": "string",
"lora_adapter": "string"
},
"metrics": {}
}
],
"total_count": 0,
"granularity": 0
}
}