---
title: "List Org Assets"
method: GET
path: "/api/org-assets/"
---

# List Org Assets

`GET /api/org-assets/`

List all top-level org assets for the authenticated user/org.

## Query parameters

- `search` string, nullable
- `limit` integer, nullable
- `offset` integer
- `media_type` string, nullable

## Response `200`

Successful Response

- ListOrgAssetsResponse
  - `success` boolean
  - `assets` OrgAssetResponse[], required
    - `id` string, required
    - `userId` string, required
    - `orgId` string, nullable
    - `parentAssetId` string, nullable
    - `name` string, required
    - `prompt` string, nullable
    - `mediaType` 'image' | 'video' | 'audio'
    - `imageUrl` string, nullable
    - `imageId` string, nullable
    - `primaryImageId` string, nullable
    - `secondaryImageIds` object, nullable
    - `videoUrl` string, nullable
    - `audioUrl` string, nullable
    - `durationMs` integer, nullable
    - `primaryVideoId` string, nullable
    - `primaryAudioClipId` string, nullable
    - `hasMultipleAngles` boolean
    - `secondaryAngles` object, nullable
    - `isUserUploaded` boolean
    - `versions` AssetVersionResponse[]
      - `id` string, required
      - `versionNumber` integer, required
      - `parentVersionId` string, nullable
      - `createdAt` string, date-time, nullable
      - `isActive` boolean
      - `thumbnailUrl` string, nullable
      - `imageUrl` string, nullable
      - `name` string, nullable
      - `prompt` string, nullable
    - `activeVersionNumber` integer
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
    - `subAssets` OrgAssetResponse[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
