Skip to main content
GET
/
api
/
v2
/
external
/
workloads
/
list
List executions
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>"
  }
]

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
job_type
string | null
user_id
string | null
org_id
string | null