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
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"