list_billing_history
The workspace's credit additions (purchases + grants), newest first.
Request
GET /api/v1/ops/credits/history?limit=50Parameter
In
Type
Required
Description
curl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/credits/history?limit=20"testvibe credits history --limit 20Response
[
{
"createdUtc": "2026-06-17T15:20:08Z",
"amount": 50000,
"reason": "Credit pack (pack_large_50k)",
"category": ""
},
{
"createdUtc": "2026-06-01T00:00:04Z",
"amount": 1500,
"reason": "Plan grant",
"category": ""
}
]Errors
Last updated
Was this helpful?
