Compute

List Instances

Retrieves a paginated list of all compute instances in the specified workspace. The response includes details about each instance such as its configuration, status, and metadata. Results can be filtered using query parameters.

get/compute/v2/thr3/workspaces/{workspaceUUID}/instances

Path parameters

workspaceUUIDstring required

UUID of the workspace

Response

Successfully retrieved the list of compute instances. The response includes basic instance information like name, creation time, specs, and current status.

apiVersionstring required

Version identifier of the API schema

kind'InstanceList' required

The string value 'InstanceList' that identifies the schema

Example response

{
  "items": {
    "apiVersion": "compute/v2",
    "kind": "Instance",
    "metadata": {
      "resourceVersion": "519597875",
      "uid": "00000000-0000-0000-0000-000000000000",
      "workspace": "00000000-0000-0000-0000-000000000000"
    },
    "spec": {
      "imageSource": {
        "image": "ubuntu-22.04"
      },
      "type": "g1d60-1"
    }
  },
  "kind": "InstanceList"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.