cURL
curl --request GET \ --url https://api.lyceum.technology/api/v2/external/workloads/list \ --header 'Authorization: Bearer <token>'
[ { "execution_id": "<string>", "status": "<string>", "execution_type": "<string>", "hardware_profile": "<string>", "created_at": "<string>", "execution_owner": "<string>", "job_type": "<string>" } ]
List all non-completed executions for the current user.
Pass an API key (prefixed lk_) or a JWT access token as a bearer token. Generate API keys in the dashboard at https://dashboard.lyceum.technology/api-keys.
lk_
Successful Response