List videos
Lists up to 1000 videos from a single request. For a specific range, refer to the optional parameters.
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
API Email + API Key
The previous authorization scheme for interacting with the Cloudflare API, used in conjunction with a Global API key.
The previous authorization scheme for interacting with the Cloudflare API. When possible, use API tokens instead of Global API keys.
Accepted Permissions (at least one required)
Query Parameters
Alias for ‘start’. Returns videos created after this date/time (RFC 3339 format).
Alias for ‘end’. Returns videos created before this date/time (RFC 3339 format).
Includes the total number of videos associated with the submitted query parameters.
Maximum number of videos to return (default 1000, max 1000).
Filter by live input ID to find videos associated with a specific live stream.
List videos
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/stream \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"{
"errors": [
{
"code": 1000,
"message": "message",
"documentation_url": "documentation_url",
"source": {
"pointer": "pointer"
}
}
],
"messages": [
{
"code": 1000,
"message": "message",
"documentation_url": "documentation_url",
"source": {
"pointer": "pointer"
}
}
],
"success": true,
"range": 1000,
"result": [
{
"allowedOrigins": [
"example.com"
],
"clippedFrom": "ea95132c15732412d22c1476fa83f27a",
"created": "2014-01-02T02:20:00Z",
"creator": "creator-id_abcde12345",
"duration": 0,
"input": {
"height": 0,
"width": 0
},
"liveInput": "fc0a8dc887b16759bfd9ad922230a014",
"maxDurationSeconds": 1,
"maxSizeBytes": 0,
"meta": {
"name": "video12345.mp4"
},
"modified": "2014-01-02T02:20:00Z",
"playback": {
"dash": "https://customer-m033z5x00ks6nunl.cloudflarestream.com/ea95132c15732412d22c1476fa83f27a/manifest/video.mpd",
"hls": "https://customer-m033z5x00ks6nunl.cloudflarestream.com/ea95132c15732412d22c1476fa83f27a/manifest/video.m3u8"
},
"preview": "https://customer-m033z5x00ks6nunl.cloudflarestream.com/ea95132c15732412d22c1476fa83f27a/watch",
"publicDetails": {
"channel_link": "channel_link",
"logo": "logo",
"media_id": 0,
"share_link": "share_link",
"title": "title"
},
"readyToStream": true,
"readyToStreamAt": "2014-01-02T02:20:00Z",
"requireSignedURLs": true,
"scheduledDeletion": "2014-01-02T02:20:00Z",
"size": 4190963,
"status": {
"errorReasonCode": "ERR_NON_VIDEO",
"errorReasonText": "The file was not recognized as a valid video file.",
"pctComplete": "45",
"state": "inprogress"
},
"thumbnail": "https://customer-m033z5x00ks6nunl.cloudflarestream.com/ea95132c15732412d22c1476fa83f27a/thumbnails/thumbnail.jpg",
"thumbnailTimestampPct": 0.529241,
"uid": "ea95132c15732412d22c1476fa83f27a",
"uploaded": "2014-01-02T02:20:00Z",
"uploadExpiry": "2014-01-02T02:20:00Z",
"watermark": {
"created": "2014-01-02T02:20:00Z",
"downloadedFrom": "https://company.com/logo.png",
"height": 0,
"name": "Marketing Videos",
"opacity": 0.75,
"padding": 0.1,
"position": "center",
"scale": 0.1,
"size": 29472,
"uid": "ea95132c15732412d22c1476fa83f27a",
"width": 0
}
}
],
"total": 35586
}Returns Examples
{
"errors": [
{
"code": 1000,
"message": "message",
"documentation_url": "documentation_url",
"source": {
"pointer": "pointer"
}
}
],
"messages": [
{
"code": 1000,
"message": "message",
"documentation_url": "documentation_url",
"source": {
"pointer": "pointer"
}
}
],
"success": true,
"range": 1000,
"result": [
{
"allowedOrigins": [
"example.com"
],
"clippedFrom": "ea95132c15732412d22c1476fa83f27a",
"created": "2014-01-02T02:20:00Z",
"creator": "creator-id_abcde12345",
"duration": 0,
"input": {
"height": 0,
"width": 0
},
"liveInput": "fc0a8dc887b16759bfd9ad922230a014",
"maxDurationSeconds": 1,
"maxSizeBytes": 0,
"meta": {
"name": "video12345.mp4"
},
"modified": "2014-01-02T02:20:00Z",
"playback": {
"dash": "https://customer-m033z5x00ks6nunl.cloudflarestream.com/ea95132c15732412d22c1476fa83f27a/manifest/video.mpd",
"hls": "https://customer-m033z5x00ks6nunl.cloudflarestream.com/ea95132c15732412d22c1476fa83f27a/manifest/video.m3u8"
},
"preview": "https://customer-m033z5x00ks6nunl.cloudflarestream.com/ea95132c15732412d22c1476fa83f27a/watch",
"publicDetails": {
"channel_link": "channel_link",
"logo": "logo",
"media_id": 0,
"share_link": "share_link",
"title": "title"
},
"readyToStream": true,
"readyToStreamAt": "2014-01-02T02:20:00Z",
"requireSignedURLs": true,
"scheduledDeletion": "2014-01-02T02:20:00Z",
"size": 4190963,
"status": {
"errorReasonCode": "ERR_NON_VIDEO",
"errorReasonText": "The file was not recognized as a valid video file.",
"pctComplete": "45",
"state": "inprogress"
},
"thumbnail": "https://customer-m033z5x00ks6nunl.cloudflarestream.com/ea95132c15732412d22c1476fa83f27a/thumbnails/thumbnail.jpg",
"thumbnailTimestampPct": 0.529241,
"uid": "ea95132c15732412d22c1476fa83f27a",
"uploaded": "2014-01-02T02:20:00Z",
"uploadExpiry": "2014-01-02T02:20:00Z",
"watermark": {
"created": "2014-01-02T02:20:00Z",
"downloadedFrom": "https://company.com/logo.png",
"height": 0,
"name": "Marketing Videos",
"opacity": 0.75,
"padding": 0.1,
"position": "center",
"scale": 0.1,
"size": 29472,
"uid": "ea95132c15732412d22c1476fa83f27a",
"width": 0
}
}
],
"total": 35586
}