search_videos
Find recordings in this API key's project by meaning as well as by wording — describe what the session was about, or name a task, and the closest recordings come back ranked. Use it before inventing a new TASK value, to find the recordings an earlier session already filed under one. Optional filters: taskName (substring), mine (only your own uploads — unlike list_tasks, this one searches every project member's recordings unless you pass it), createdAfter/createdBefore (ISO timestamps) and limit. Expired recordings are never returned. A query in any language works, because matching is semantic; this project works in English (code en, locale en-US), and a query in that language also matches on wording, which is the more precise half.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mine | No | ||
| limit | No | ||
| query | Yes | ||
| taskName | No | Concise public task name. Omit it if the task name is not safe to publish. | |
| createdAfter | No | ||
| createdBefore | No |