API ReferenceChangelog
Log In
API Reference

Retrieve derived videos

Retrieves a paginated list of videos derived from the specified videoId.

  • When the videoId refers to a master video record, all related videos and clips are returned.
  • When the videoId refers to a clip, all processed clips based on it are returned.
Path Params
uuid
required

The unique identifier for the video.

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:
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
*/*