API ReferenceChangelog
Log In
API Reference

Retrieve paginated list of videos

Retrieves a paginated list of videos associated with the provided API key.

Query Params
int32
≥ 0
Defaults to 0

Specifies the current page number, starting at 0.

int32
1 to 100
Defaults to 10

Specifies the number of items per page.

string
enum
Defaults to ASC

Specifies the sort direction for the results:

  • ASC: ascending order.
  • DESC: descending order.
Allowed:
string
enum
Defaults to createdAt

Specifies the field to sort the results by.

Allowed:
uuid

Filters results by the specified team ID.

uuid

Filters results by the specified project ID. Includes only videos with the given project ID.

uuid

Filters results to include only videos derived from the specified masterVideoId.

uuid

Filters results to include only videos whose clipId matches the specified value.

string
enum
Defaults to INCLUDE

Filters results based on the clip mode:

  • INCLUDE: Includes clips in the result.
  • EXCLUDE: Excludes clips from the result.
  • ONLY: Only returns clips in the result.
Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*