List assets (files) minimal in folder

List assets (files) minimal in folder

In this article, you will learn how to list assets minimal in folder.

List assets (files) minimal in folder

Request Type: GET
Header: Authorization: ApiKey <my_api_token>
URL: https://app.banyanboard.com/api/folders/<my_folder_uuid>/assets_minimal/

Results:
Info
{
  "count": 2,
  "next": null,
  "previous": null,
  "results": [
    {
      "date_created": "2026-03-28T08:20:10.123456Z",
      "date_edited": "2026-03-29T10:15:20.654321Z",
      "description": "",
      "duration": "180.000",
      "file_size": 0,
      "folder": "a1b2c3d4-5e6f-4a7b-9c8d-1e2f3a4b5c6d",
      "folder_permission_type": "unknown",
      "is_locked": false,
      "is_public": true,
      "last_accessed": "2026-03-29T11:00:00.000000Z",
      "media_type": "VI",
      "mime_type": "",
      "natural_width": 1280,
      "natural_height": 720,
      "options": "{\"source\":\"external\"}",
      "owner": "user_12345",
      "owner_nickname": "sample_user_1",
      "title": "Sample Match Video",
      "url": "https://example.com/video",
      "updated_thumbnail_url": "https://example.com/thumbnail.jpg",
      "updated_url": "https://example.com/video",
      "uuid": "b1c2d3e4-f5a6-4b7c-9d0e-1f2a3b4c5d6e"
    },
    {
      "date_created": "2026-03-25T06:10:05.987654Z",
      "date_edited": null,
      "description": "",
      "duration": "50.000",
      "file_size": 120000,
      "folder": "a1b2c3d4-5e6f-4a7b-9c8d-1e2f3a4b5c6d",
      "folder_permission_type": "unknown",
      "is_locked": false,
      "is_public": false,
      "last_accessed": "2026-03-25T06:10:06.000000Z",
      "media_type": "VI",
      "mime_type": "video/mp4",
      "natural_width": 1280,
      "natural_height": 720,
      "options": "",
      "owner": "user_67890",
      "owner_nickname": "sample_user_2",
      "title": "Sample Clip",
      "url": "",
      "updated_thumbnail_url": "https://example.com/sample_thumbnail.jpg",
      "updated_url": "https://example.com/sample_video.mp4",
      "uuid": "c2d3e4f5-a6b7-4c8d-9e0f-1a2b3c4d5e6f"
    }
  ]
}