List videos
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
API Parameters
limit
- Type: integer
- Range: 1 to 100
- Defaults to: 20
- This parameter lets you specify the amount of videos to return in your API call. The maximum amount of videos you can have returned to you via this parameter is 100.
offset
- Type: integer
- Range: ≥ 0
- Defaults to: 0
- Used to page through the videos. Every call to this endpoint will return the next offset value. This value is used in the offset parameter of the next call to get the next page of videos.
source
- Type: array of strings
- Defaults to: workspace, shared_with_me, my_videos
- Filter videos by source. Possible values:
workspace,shared_with_me,my_videos
Response Structure
200 OK
{
"videos": [
{
"callbackId": "string",
"createdAt": 0,
"ctaSettings": {
"label": [
"Learn More",
"Sign up"
],
"url": [
"https://example.com",
"https://signup.example.com"
]
},
"description": "",
"test": false,
"download": "string",
"duration": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"lastUpdatedAt": 0,
"status": "complete",
"thumbnail": {
"image": "string",
"gif": "string"
},
"title": "",
"visibility": "private"
}
],
"nextOffset": 0
}