Skip to main content
GET
/
api
/
v2
/
external
/
billing
/
history
Get Execution History
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
}

Query Parameters

limit
integer
default:50
offset
integer
default:0

Response

Successful Response

executions
ExecutionSummary · object[]
required
total_executions
integer
required
total_credits_spent
number
required