action cpy_get_video_source { label: "Get video source file metadata" provider: cpy method: POST path: "/api/v1/videos/{id}/source" encoding: json output: { properties: { filename: { type: "string" } } } }