Retrieve a paginated list of videos in the library
GET /videos
GET
/videos
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” page
integer
Page number for pagination (0-based index).
limit
integer
Number of results per page.
Example
10Responses
Section titled “ Responses ”List of videos retrieved successfully.
object
data
Array<object>
Represents a video stored in the Kubrick video library, including its metadata and accessible URL. Videos can be searched, retrieved, and linked to processing tasks.
object
id
integer
Example
14 s3_bucket
string
Example
kubrick-video-library-09885bf7f493aa87 s3_key
string
Example
uploads/34a23d0b-3c70-4bda-b068-038b7e6944e1/example.mp4 filename
string
Example
example.mp4 duration
number
Example
155.82912 created_at
string
Example
2025-08-05T20:00:58.336478 updated_at
string
Example
2025-08-05T20:00:58.336478 height
integer
width
integer
url
string format: url
Example
https://kubrick-video-library.s3.ap-southeast-2.amazonaws.com/uploads/abc123/example.mp4 metadata
Pagination information.
object
page
integer
0 limit
integer
Example
10 total
integer
Example
10Bad Request — Invalid query parameters.
Error response object.
object
error
object
code
string
Example
INVALID_REQUEST message
string
Example
Missing query parametersInternal Server Error — Could not retrieve videos.
Error response object.
object
message
string
Example
Internal Server Error