---
title: "GET /assets/3d-models/results"
method: GET
path: "/assets/3d-models/results"
tags: ["3D Models"]
---

# GET /assets/3d-models/results

`GET /assets/3d-models/results`

List 3D models you previously generated through the API, most recent first. This is a free read-only history lookup (no credits, no generation); it does not create anything. Pass an optional request_id query parameter to return only the results tagged with that id when you originally called create3DModel. Requires an API key (user scope).

## Query parameters

- `request_id` string

## Response `200`

Success

- ThreeDModelResult[]
  - `model_url` string
  - `snapshots` string[]
  - `request_id` string
  - `created_at` integer

## Other responses

- `400` — Error

---

[API](https://skmtc.net/ludo/apis/ludo-ai-api.md) · [All operations](https://skmtc.net/ludo/apis/ludo-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ludo/ludo-ai-api/revisions/3af866d68651/schema)
