List videos
list_videosFetch product videos from the store, oldest first, with pagination and status filtering. Optionally retrieve all pages up to 500 items automatically.
Instructions
List product videos of the store (paginated), oldest upload first. The API requires a status filter; defaults to all four statuses when not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Fetch all pages via auto-pagination, up to 500 items; ignores page/per_page. | |
| page | No | Page number, starting at 1 (default 1). | |
| status | No | Filter by processing status (default: all of UPLOADED, PROCESSING, READY, ERROR). | |
| per_page | No | Items per page, 1-100 (default 25). Values outside the range are clamped. |