Skip to main content
GET
List all videos

Authorizations

Authorization
string
header
required

API key obtained from your Tella account settings

Query Parameters

cursor
string

Pagination cursor from previous response

Example:

"eyJpZCI6InZpZF94eXoifQ"

limit
integer

Items per page (default: 20, max: 100)

Required range: 1 <= x <= 100
Example:

20

playlistId
string

Filter videos by playlist ID

Example:

"pl_xyz789ghi012"

tagIds
string

Filter videos by tag IDs, comma-separated. Multiple tags are combined with AND. Ignored when playlistId is set.

Example:

"tag_abc123def456,tag_ghi789jkl012"

Response

OK

pagination
object
required

Pagination metadata for list responses. Results are sorted by updatedAt descending.

videos
object[]
required

List of videos