---
title: "Get Generated Point Cloud"
method: GET
path: "/generated-point-cloud"
---

# Get Generated Point Cloud

`GET /generated-point-cloud`

Gets a generated point cloud for this user.

## Query parameters

- `generation_id` string, required

## Response `200`

Successful Response

- GetGeneratedPointCloudResponse
  - `point_cloud` GeneratedPointCloud
    - `generation_id` string, required
    - `user_id` string, required
    - `image_url` string, required
    - `small_image_url` string, required
    - `ply_url` string, required
    - `mesh_glb_url` string, nullable, required
    - `voxelgrid_data_url` string, required
    - `created_at` string, date-time, required
    - `saved` boolean, required
    - `deleted` boolean, required
    - `downloaded` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/iliad/apis/fastapi.md) · [All operations](https://skmtc.dev/iliad/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iliad/fastapi/revisions/c1701119b330/schema)
