cURL
curl --request GET \ --url https://api.lithoblocks.com/credits/{organization_id}/logs \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "organization_id": "<string>", "template_id": "<string>", "credits_used": 123, "remaining_balance": 123, "created_at": "<string>", "generation_status": "<string>", "error_message": "<string>" } ]
Get credit logs / usage data for your organization
LithoBlocks API key obtained from your organization dashboard
Credit logs