cURL
curl --request GET \ --url https://api.lyceum.technology/api/v2/external/billing/history
{ "executions": [ { "execution_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "execution_type": "<string>", "status": "<string>", "hardware_profile": "<string>", "billed": 123, "execelet_start": "<string>", "start_time": "<string>", "end_time": "<string>", "finish_time": "<string>", "job_start": "2023-11-07T05:31:56Z", "job_end": "2023-11-07T05:31:56Z", "file_name": "<string>" } ], "total_executions": 123, "total_credits_spent": 123 }
Get user’s execution history.
Successful Response
Show child attributes