---
title: "List all assets for the organization"
method: GET
path: "/v2/assets"
tags: ["Assets"]
---

# List all assets for the organization

`GET /v2/assets`

## Query parameters

- `projectId` string, uuid
- `userId` string, uuid
- `limit` integer
- `cursor` string
- `searchQuery` string
- `sortBy` 'nameAsc' | 'nameDesc' | 'dateAsc' | 'dateDesc' | 'durationAsc' | 'durationDesc' | 'sizeAsc' | 'sizeDesc' | 'kindAsc' | 'kindDesc'
- `types` union
  - string
  - string[]

## Response `200`

Paginated list of assets

- PaginatedAssetsResponseDto
  - `items` object[], required
    - `id` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `deletedAt` string, date-time, nullable, required
    - `name` string, nullable, required
    - `url` string, nullable, required
    - `size` number, nullable, required
    - `format` string, nullable, required
    - `type` 'AUDIO' | 'VIDEO' | 'IMAGE', required
    - `inputType` 'UPLOAD' | 'URL' | 'RECORD' | 'TTS' | 'EXTRACT' | 'DUB' | 'DUB_SOURCE' | 'PLATFORM_IMPORT' | 'PLUGIN_PREMIERE_FILE' | 'PLUGIN_PREMIERE_TIMELINE_SELECTION' | 'PLUGIN_RESOLVE_FILE' | 'PLUGIN_RESOLVE_TIMELINE_SELECTION' | 'null', nullable, required
    - `durationSeconds` number, nullable, required
    - `thumbnailUrl` string, nullable, required
    - `visibility` 'USER' | 'ORGANIZATION', required
    - `userId` string, nullable, required
    - `apiKeyId` string, nullable, required
    - `organizationId` string, required
    - `width` number, nullable, required
    - `height` number, nullable, required
    - `proxyPath` string, nullable
    - `projectId` string, nullable
  - `nextCursor` string
  - `totalCount` number

---

[API](https://skmtc.dev/sync/apis/sync-api-v2.md) · [All operations](https://skmtc.dev/sync/apis/sync-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sync/sync-api-v2/revisions/595901a0ee97/schema)
