get
https://developer.dacast.com/v2/vod
Grab a paginated, searchable list of your account's VOD content.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Grab a paginated, searchable list of your account's VOD content.
Query parameters
| Name | Type | Default | Description |
|---|---|---|---|
page | integer | 1 | Page number. |
per_page | integer | 50 | Results per page (max 100). |
title | string | Filter by title substring. | |
online | boolean | true | Filter online/offline videos. |
start_date | string (date) | Only videos created after this date (YYYY-MM-DD). | |
end_date | string (date) | Only videos created before this date (YYYY-MM-DD). | |
stream_id | string | Filter stream recordings by parent stream ID. |
Response
A JSON object with data (array of VODs), paging, and total_count.
| Field | Type | Description |
|---|---|---|
data | array | VOD objects. Each id is a UUID string. |
paging | object | Pagination links. Keys: first, last, next, previous (URL path strings, or null). |
total_count | string | Total matching videos (returned as a string). |
The paging key is lowercasepaging. Link values look like/v2/vod?page=2&per_page=5.
