DataSynthesisBillingHistoryDetailsResponseSchema
statusboolean
Whether the request succeeded.
messagestring
Human-readable description of the result.
billing_history_data_synthesis_details 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.
]
DataSynthesisBillingHistoryDetailsResponseSchema
{
"status": true,
"message": "string",
"billing_history_data_synthesis_details": {
"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": {}
}
]
}
}
Was this page helpful?