---
title: "GET /assets/sprites/results"
method: GET
path: "/assets/sprites/results"
tags: ["Spritesheets"]
---

# GET /assets/sprites/results

`GET /assets/sprites/results`

List spritesheets 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 animateSprite or transferMotion. Requires an API key (user scope).

## Query parameters

- `request_id` string

## Response `200`

Success

- SpriteResult[]
  - `spritesheet_url` string
  - `video_url` string
  - `audio_b64` string
  - `gif_url` string
  - `individual_frame_urls` string[]
  - `num_frames` integer
  - `num_cols` integer
  - `num_rows` integer
  - `spritesheet_with_background_url` string
  - `individual_frame_with_background_urls` string[]
  - `duration` number, float
  - `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)
