> list_recordings
recordings:readList the user’s recordings (own videos plus workspace-visible ones), newest first.
| Parameter | Type | Description |
|---|---|---|
| search | string? | Filter by title (case-insensitive substring, ≤200 chars) |
| limit | int? | Page size 1–50, default 20 |
| cursor | string? | Previous response’s nextCursor for the next page |
Returnsrecordings[] — id, title, durationSeconds, status (READY = editable), visibility, createdAt, hasTranscript — plus nextCursor.