Skip to main content
GET
/
v5
/
builds
/
undeployed
List Undeployed Agents
curl --request GET \
  --url https://api.egp.scale.com/v5/builds/undeployed \
  --header 'x-api-key: <api-key>'
[
  {
    "agent_name": "<string>",
    "latest_build": {
      "id": "<string>",
      "cloud_provider_build_id": "<string>",
      "agent_name": "<string>",
      "image_name": "<string>",
      "image_tag": "<string>",
      "build_status": "queued",
      "account_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "created_by": {
        "id": "<string>",
        "type": "user",
        "object": "identity"
      },
      "object": "agentex_cloud_build",
      "image_url": "<string>",
      "build_start_time": "2023-11-07T05:31:56Z",
      "build_end_time": "2023-11-07T05:31:56Z"
    },
    "total_builds": 123
  }
]

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string | null

Response

Successful Response

agent_name
string
required

The agent name from cloud builds

latest_build
object
required

The most recent cloud build for this agent

total_builds
integer
required

Total number of builds for this agent