Skip to main content
GET
List Assets
Returns generated assets (images, videos, text) from past executions in your workspace. Use this endpoint when you need to browse outputs across multiple executions, build a media library view, or let users pick previously generated assets as inputs for new runs. Results are paginated and can be filtered by media type.

Authorizations

x-api-key
string
header
required

Workspace API key. Prefix: lma_. Example: lma_abc123...

Query Parameters

runId
string<uuid>

Filter assets to a specific run. Returns only outputs from that run.

outputType
enum<string>

Filter by output type. Omit to return all types.

Available options:
image,
video,
audio,
text
limit
integer
default:25

Maximum number of assets to return per page.

Required range: x <= 100
offset
integer
default:0

Number of assets to skip (for pagination).

Response

Paginated list of generated assets

data
object[]
pagination
object

Pagination metadata for list endpoints