How to find all the Kaltura Capture entries via API?


  1. Go to the API console at https://developer.kaltura.com/console/ (Sign In) or  http://www.kaltura.com/api_v3/testme.
  2. Generate a KS (relevant when Testme Console is used)
    See How to Start a Kaltura Session using the TestMe Console.
  3. Session Service: baseEntry
  4. action: list
  5. filter: KalturaBaseEntryFilter
    1. Edit > adminTagsLike (string): kalturacapture
  6. Send

To filter the results before or after a specific date use the following filter parameters respectively: createdAtLessThanOrEqual (int) createdAtGreaterThanOrEqual (int). For example, date May 27, 10 am UTC use the stamp 1622098820 (https://www.unixtimestamp.com/)

When the output exceeds the page limit, use pager (KalturaFilterPager) to make all the entries displayed set page size = 500 and pageIndex = 1, then 2, and so on.


Was this article helpful?
Thank you for your feedback!
User Icon

Thank you! Your comment has been submitted.

In This Article
Related Articles
Back to top

Never miss a thing!

Subscribe to our customer newsletter and our release notes updates, so you always get the best out of Kaltura.
Newsletter