GET /accounts/{account_id}/stream
Lists up to 1000 videos from a single request. For a specific range, refer to the optional parameters.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
account_id |
String | Yes |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
live_input_id |
String | No |
Filter by live input ID to find videos associated with a specific live stream. |
asc |
Boolean | No |
Default value: false |
search |
String | No | |
status |
String | No |
Valid values:
|
video_name |
String | No | |
before |
String | No |
Alias for 'end'. Returns videos created before this date/time (RFC 3339 format). |
creator |
String | No | |
id |
String | No |
Filter by video ID(s). Can be a single ID or a comma-separated list of IDs. |
end |
String | No | |
name |
String | No |
Filter by video name/UID(s). Can be a single name or a comma-separated list. |
limit |
Integer | No |
Maximum number of videos to return (default 1000, max 1000). |
after |
String | No |
Alias for 'start'. Returns videos created after this date/time (RFC 3339 format). |
include_counts |
Boolean | No |
Default value: false |
type |
String | No | |
start |
String | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.