List events in asset (file)

List events in asset (file)

In this article, you will learn how to list all events in an asset.

Live events in asset

Request Type: GET
Header: Authorization: ApiKey <my_api_token>
URL: https://app.banyanboard.com/api/assets/<my_file_uuid>/templates/<my_template_2_uuid>/events/

Results:
Info
[
  {
    "action": "get",
    "created_by_uuid": "b3f1a2c4-7d8e-4a9b-8c1d-2e3f4a5b6c7d",
    "end_time": 25.50,
    "model": "event",
    "start_time": 15.25,
    "tags": [
      {
        "category_group_name": "Team A Goals",
        "category_group_uuid": "a1b2c3d4-5e6f-4a7b-9c8d-1e2f3a4b5c6d",
        "uuid": "d1e2f3a4-b5c6-4d7e-8f9a-1b2c3d4e5f6a",
        "created_by_uuid": "b3f1a2c4-7d8e-4a9b-8c1d-2e3f4a5b6c7d",
        "date_created": "2026-03-30T08:20:10.123456Z",
        "edited_by_uuid": null,
        "event_uuid": "c1d2e3f4-5a6b-4c7d-9e8f-1a2b3c4d5e6f",
        "template_uuid": "f1e2d3c4-b5a6-4d7e-9f8a-1b2c3d4e5f6a"
      },
      {
        "category_group_name": "Goal Type",
        "category_group_uuid": "b7c8d9e0-1a2b-4c3d-8e9f-0a1b2c3d4e5f",
        "uuid": "a9b8c7d6-e5f4-4a3b-9c8d-7e6f5a4b3c2d",
        "category_member_name": "Open Play",
        "category_member_uuid": "c4d5e6f7-a8b9-4c0d-9e1f-2a3b4c5d6e7f",
        "created_by_uuid": "b3f1a2c4-7d8e-4a9b-8c1d-2e3f4a5b6c7d",
        "date_created": "2026-03-30T08:20:10.223456Z",
        "edited_by_uuid": null,
        "event_uuid": "c1d2e3f4-5a6b-4c7d-9e8f-1a2b3c4d5e6f",
        "template_uuid": "f1e2d3c4-b5a6-4d7e-9f8a-1b2c3d4e5f6a"
      }
    ],
    "uuid": "c1d2e3f4-5a6b-4c7d-9e8f-1a2b3c4d5e6f",
    "date_created": "2026-03-30T08:20:09.987654Z",
    "edited_by_uuid": null
  },
  {
    "action": "get",
    "created_by_uuid": "d9e8f7a6-b5c4-4d3e-9a8b-7c6d5e4f3a2b",
    "end_time": 140.75,
    "model": "event",
    "start_time": 130.25,
    "tags": [
      {
        "category_group_name": "Team B Goals",
        "category_group_uuid": "e1f2a3b4-c5d6-4e7f-9a8b-1c2d3e4f5a6b",
        "uuid": "f6e5d4c3-b2a1-4e9d-8c7b-6a5f4e3d2c1b",
        "created_by_uuid": "d9e8f7a6-b5c4-4d3e-9a8b-7c6d5e4f3a2b",
        "date_created": "2026-03-30T08:25:15.654321Z",
        "edited_by_uuid": null,
        "event_uuid": "e6f5d4c3-b2a1-4d9c-8b7a-6e5f4d3c2b1a",
        "template_uuid": "f1e2d3c4-b5a6-4d7e-9f8a-1b2c3d4e5f6a"
      },
      {
        "category_group_name": "Match Half",
        "category_group_uuid": "aabbccdd-eeff-4455-8899-001122334455",
        "uuid": "11223344-5566-4789-9abc-def012345678",
        "category_member_name": "Second Half",
        "category_member_uuid": "99887766-5544-4c33-bb22-1100ffeeddcc",
        "created_by_uuid": "d9e8f7a6-b5c4-4d3e-9a8b-7c6d5e4f3a2b",
        "date_created": "2026-03-30T08:25:15.754321Z",
        "edited_by_uuid": null,
        "event_uuid": "e6f5d4c3-b2a1-4d9c-8b7a-6e5f4d3c2b1a",
        "template_uuid": "f1e2d3c4-b5a6-4d7e-9f8a-1b2c3d4e5f6a"
      }
    ],
    "uuid": "e6f5d4c3-b2a1-4d9c-8b7a-6e5f4d3c2b1a",
    "date_created": "2026-03-30T08:25:15.500000Z",
    "edited_by_uuid": null
  }
]


    • Related Articles

    • Create bulk events in asset (file)

      In this article, you will learn how to create bulk events in an asset. Create bulk events in asset Request Type: POST Header: Authorization: ApiKey <my_api_token> URL: ...
    • Update asset URL

      In this article, you will learn how to update URL of an asset. Update asset URL Request Type: PATCH Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/assets/<my_file_uuid>/ Payload: { "url": ...
    • Import tags from another file

      In this article, you will learn how to import tags from another video file. Before you begin To learn basics of video tagging in SPAN sports performance analysis platform, refer to this article. Import tags In Tagger, you can import tags from one ...
    • List annotation groups

      In this article, you will learn how to list all annotation groups in a single file. List annotation groups Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/assets/<my_file_uuid>/annotation_groups/ ...
    • Flagged events - rules in action

      Flagged events are those that do not adhere to the rules written for a template. In this article, you will learn how to check flagged events once multiple rules are set for a template. Before you begin To learn how to access the Rules page and view ...