---
title: "Dumps the specified object."
method: GET
path: "/uiObject2/{oid}/dump"
---

# Dumps the specified object.

`GET /uiObject2/{oid}/dump`

The target object should have been found using `findObject` with a `selector`.

## Path parameters

- `oid` integer, required

## Response `200`

OK

- Selector
  - `checkable` boolean
  - `clazz` string
  - `clickable` boolean
  - `depth` integer
  - `desc` string
  - `pkg` string
  - `res` string
  - `scrollable` boolean
  - `text` string
  - `index` integer
  - `instance` integer

## Other responses

- `default` — Operation was not successful

---

[API](https://skmtc.net/ktorio/apis/culebratester.md) · [All operations](https://skmtc.net/ktorio/apis/culebratester/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ktorio/culebratester/versions/f43d87b86446/schema)
