Skip to main content
GET
/
api
/
v2
/
external
/
workloads
/
list
List Active Executions
curl --request GET \
  --url https://api.lyceum.technology/api/v2/external/workloads/list
[
  {
    "execution_id": "<string>",
    "status": "<string>",
    "execution_type": "<string>",
    "hardware_profile": "<string>",
    "created_at": "<string>",
    "execution_owner": "<string>"
  }
]

Response

200 - application/json

Successful Response

execution_id
string
required
status
string
required
execution_type
string
required
hardware_profile
string
required
created_at
string
required
execution_owner
string | null