---
title: "List Ghost Objects"
method: GET
path: "/teaching/ghost-objects"
tags: ["Teaching"]
---

# List Ghost Objects

`GET /teaching/ghost-objects`

Fetches all ghost objects defined in the scene

## Query parameters

- `relative_to_prim` string — Prim path to which the ghost object poses are relative

## Response `200`

Successfully fetched all the ghost objects in the scene

- GhostObject[]
  - `name` string, required
  - `prim_path` string, required
  - `robot_prim_path` string, nullable, required
  - `pose` WSPose, required
    - `pose` number[] — Pose in rotation vector format (WS)
  - `preferred_joint_values` number[], nullable

## Other responses

- `422` — Validation Error
- `500` — Unable to fetch all the ghost objects in the scene

---

[API](https://skmtc.net/wandelbotsgmbh/apis/wandelbots-nova-isaac-sim-extension-api.md) · [All operations](https://skmtc.net/wandelbotsgmbh/apis/wandelbots-nova-isaac-sim-extension-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandelbotsgmbh/wandelbots-nova-isaac-sim-extension-api/revisions/a0efd7dad77c/schema)
