- Integrations
- /
- Vimeo
- /
- Actions
- /
- List Videos
ActionVimeoUpdated May 2026
How do I list videos in a Vimeo account?
Short answer: Drop the "Vimeo → List Videos" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Inputs
The fields this action accepts.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Page Size per_page | number | Optional | Videos per page (1-100). |
Page Number page | number | Optional | — |
Search Query query | string | Optional | Optional text search across title/description. |
Sample request
{"per_page": "{{trigger.per_page}}","page": "{{trigger.page}}","query": "{{trigger.query}}"}
Returns
{"data": [{"uri": "/videos/123456789","link": "https://vimeo.com/123456789","name": "My Product Demo","duration": 184,"created_time": "2026-05-01T10:00:00+00:00"}],"page": 1,"total": 42}
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for List Videos.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about List Videos.
What does the List Videos action do in Vimeo?
Lists videos in the authenticated user's Vimeo library with their basic metadata. Useful for content catalogs or for batch re-uploading to another platform.
What inputs does List Videos require?
List Videos has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Vimeo returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does List Videos support batch operations?
Yes. Run List Videos inside a Loop node to process arrays. Tiny Command handles Vimeo's rate limits automatically so you don't have to throttle manually.
More actions
Other Vimeo actions.
Action
Create Video Upload
Initiates a Vimeo video upload and returns a tus upload_link; the caller PUTs the actual bytes to that link separately. Use this when you have a video file (from S3 or a previous step) to host on Vimeo.
ActionGet Video
Returns full metadata for a single Vimeo video by ID: title, description, duration, privacy, play counts, and embed code. Used to read back details after upload or for catalog UI.
Send list videos from your workflows.
Triggered by anything in the catalog. Free tier available. No credit card.