List assets (files) in folder

List assets (files) in folder

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

List assets (files) in folder

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

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_name": "Sample Folder",
      "folder_permission_type": "superuser",
      "is_admin": true,
      "is_locked": false,
      "is_public": true,
      "is_owner": false,
      "last_accessed": "2026-03-29T11:00:00.000000Z",
      "media_type": "VI",
      "mime_type": "",
      "natural_width": 1280,
      "natural_height": 720,
      "organization_name": "Sample Organization",
      "options": "{\"source\":\"external\"}",
      "owner": "user_12345",
      "owner_nickname": "sample_user_1",
      "title": "Sample Match Video",
      "total_annotations": 2,
      "total_comments": 0,
      "total_tags": 5,
      "total_views": 0,
      "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",
      "was_edited": false
    },
    {
      "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_name": "Sample Folder",
      "folder_permission_type": "superuser",
      "is_admin": true,
      "is_locked": false,
      "is_public": false,
      "is_owner": false,
      "last_accessed": "2026-03-25T06:10:06.000000Z",
      "media_type": "VI",
      "mime_type": "video/mp4",
      "natural_width": 1280,
      "natural_height": 720,
      "organization_name": "Sample Organization",
      "options": "",
      "owner": "user_67890",
      "owner_nickname": "sample_user_2",
      "title": "Sample Clip",
      "total_annotations": 3,
      "total_comments": 0,
      "total_tags": 1,
      "total_views": 0,
      "url": "",
      "updated_thumbnail_url": "https://example.com/sample_thumbnail.jpg",
      "updated_url": "https://example.com/sample_video.mp4",
      "uuid": "c2d3e4f5-a6b7-4c8d-9e0f-1a2b3c4d5e6f",
      "was_edited": false
    }
  ]
}