cURL
curl --request GET \ --url https://api.lyceum.technology/api/v2/external/billing/activities
{ "activities": [ { "activity_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "type": "<string>", "amount": 123, "description": "<string>", "status": "<string>", "hardware_profile": "<string>" } ], "total_activities": 123 }
Get combined billing activities (executions + credit purchases).
Successful Response
Show child attributes