v33

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-26273770.9 KB

List Xcode instances

get/v1/xcode_instances

Query parameters

statestring
Example:assigned,ready

State filter to apply to Xcode instances to return. Each comma-separated state will be used as part of an OR clause, e.g. "assigned,ready" will return all instances that are either assigned or ready.

Valid states: creating, assigned, ready, terminated, unknown

labelSelectorstring
Example:env=prod,version=1.2

Labels filter to apply to instances to return. Expects a comma-separated list of key=value pairs (e.g., env=prod,region=us-west).

limitinteger
Example:50

Maximum number of items to be returned. The default is 50.

startingAfterstring
endingBeforestring

Response

OK

Example response

[
  {
    "status": {
      "terminationReason": "InactivityTimeout"
    }
  }
]