List all videos
Videos
List all videos
Returns a paginated list of all videos for the authenticated user. Use playlistId query parameter to filter videos by playlist.
GET
List all videos
Documentation Index
Fetch the complete documentation index at: https://tella.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key obtained from your Tella account settings
Query Parameters
Pagination cursor from previous response
Example:
"eyJpZCI6InZpZF94eXoifQ"
Items per page (default: 20, max: 100)
Required range:
1 <= x <= 100Example:
20
Filter videos by playlist ID
Example:
"pl_xyz789ghi012"