Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/v2/external/workloads/list
[ { "execution_id": "<string>", "status": "<string>", "execution_type": "<string>", "hardware_profile": "<string>", "created_at": "<string>", "execution_owner": "<string>", "job_type": "<string>", "user_id": "<string>", "org_id": "<string>" } ]
List all non-completed executions for the active org.
Successful Response